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" TestMode string = "test"
) )
const ( const (
debugCode = iota debugCode = iota
releaseCode releaseCode
testCode testCode
) )
// DefaultWriter is the default io.Writer used the Gin for debug output and // DefaultWriter is the default io.Writer used the Gin for debug output and