This commit is contained in:
Javier Provecho Fernandez
2016-12-05 11:21:59 +01:00
parent 18392f589f
commit 7e58c80a7c
4 changed files with 30 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
// +build appengine
package gin
func init() {
defaultAppEngine = true
}