github.com/hellobchain/third_party@v0.0.0-20230331131523-deb0478a2e52/gin/context_appengine.go (about) 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 // +build appengine 7 8 package gin 9 10 func init() { 11 defaultAppEngine = true 12 }