gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

context_appengine.go (261B)


      1 // Copyright 2017 Manu Martinez-Almeida. All rights reserved.
      2 // Use of this source code is governed by a MIT style
      3 // license that can be found in the LICENSE file.
      4 
      5 //go:build appengine
      6 
      7 package gin
      8 
      9 func init() {
     10 	defaultPlatform = PlatformGoogleAppEngine
     11 }