fix: gofmt error.

This commit is contained in:
Bo-Yi Wu 2017-03-11 21:34:44 +08:00
parent 7e136484b8
commit 93ac935c38

View File

@ -19,9 +19,9 @@ const (
TestMode string = "test"
)
const (
debugCode = iota
releaseCode
testCode
debugCode = iota
releaseCode
testCode
)
// DefaultWriter is the default io.Writer used the Gin for debug output and