gin/context_appengine.go

13 lines
264 B
Go
Raw Normal View History

2017-06-12 06:04:52 +00:00
// Copyright 2017 Manu Martinez-Almeida. All rights reserved.
// Use of this source code is governed by a MIT style
// license that can be found in the LICENSE file.
//go:build appengine
// +build appengine
2016-12-05 10:21:59 +00:00
package gin
func init() {
defaultAppEngine = true
}