Setting trusted platform using an enum-like (#2739)

This commit is contained in:
Alessandro (Ale) Segala
2021-06-23 17:58:10 -07:00
committed by GitHub
parent fb8a113f8d
commit dd8a27c0b6
4 changed files with 43 additions and 13 deletions
+1 -1
View File
@@ -8,5 +8,5 @@
package gin
func init() {
defaultAppEngine = true
defaultPlatform = PlatformGoogleAppEngine
}