mirror of https://github.com/gin-gonic/gin.git
8 lines
75 B
Go
8 lines
75 B
Go
|
// +build appengine
|
||
|
|
||
|
package gin
|
||
|
|
||
|
func init() {
|
||
|
defaultAppEngine = true
|
||
|
}
|