context_appengine.go 261 B

1234567891011
  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. //go:build appengine
  5. package gin
  6. func init() {
  7. defaultPlatform = PlatformGoogleAppEngine
  8. }