Update mode.go

This commit is contained in:
田欧 2019-02-19 13:53:36 +08:00 committed by GitHub
parent 975722b615
commit 635e0d51ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ import (
"github.com/gin-gonic/gin/binding"
)
// ENV_GIN_MODE indicates environment name for gin mode.
// EnvGinMode indicates environment name for gin mode.
const EnvGinMode = "GIN_MODE"
const (