2016-12-05 11:21:59 +01:00
|
|
|
// +build appengine
|
|
|
|
|
2017-06-12 14:04:52 +08: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.
|
|
|
|
|
2016-12-05 11:21:59 +01:00
|
|
|
package gin
|
|
|
|
|
|
|
|
func init() {
|
|
|
|
defaultAppEngine = true
|
|
|
|
}
|