mirror of
https://github.com/gin-gonic/gin.git
synced 2025-04-06 03:57:46 +08:00
8 lines
75 B
Go
8 lines
75 B
Go
// +build appengine
|
|
|
|
package gin
|
|
|
|
func init() {
|
|
defaultAppEngine = true
|
|
}
|