Merge pull request #710 from soniabhishek/patch-1

Removed additional Iota
This commit is contained in:
Bo-Yi Wu 2016-10-12 09:18:04 -05:00 committed by GitHub
commit f28b6cdd69

View File

@ -20,8 +20,8 @@ const (
)
const (
debugCode = iota
releaseCode = iota
testCode = iota
releaseCode
testCode
)
// DefaultWriter is the default io.Writer used the Gin for debug output and