context_appengine.go 75 B

1234567
  1. // +build appengine
  2. package gin
  3. func init() {
  4. defaultAppEngine = true
  5. }