3
0
mirror of https://github.com/gin-gonic/gin.git synced 2025-04-06 03:57:46 +08:00
gin/context_appengine.go
Javier Provecho Fernandez 7e58c80a7c Fix
2016-12-06 14:28:01 +01:00

8 lines
75 B
Go

// +build appengine
package gin
func init() {
defaultAppEngine = true
}