diff --git a/examples/app-engine/hello.go b/examples/app-engine/hello.go index a5e17962..b39c5d77 100644 --- a/examples/app-engine/hello.go +++ b/examples/app-engine/hello.go @@ -9,6 +9,7 @@ import ( func init() { // Starts a new Gin instance with no middle-ware r := gin.New() + gin.SetMode(gin.ReleaseMode) // Define your handlers r.GET("/", func(c *gin.Context) {