context_appengine.go 243 B

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