Merge e1344a901bc3051de3fd0f1cbe5913ea7b53a284 into d4a53101c3da8fe67c29f0e52538167215d31fc4

This commit is contained in:
Steven Lu 2017-05-15 02:47:01 +00:00 committed by GitHub
commit 7aac293e6b

View File

@ -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) {