8 lines
75 B
Go
8 lines
75 B
Go
// +build appengine
|
|
|
|
package gin
|
|
|
|
func init() {
|
|
defaultAppEngine = true
|
|
}
|