Skip to content

Commit

Permalink
Merge pull request #710 from soniabhishek/patch-1
Browse files Browse the repository at this point in the history
Removed additional Iota
  • Loading branch information
appleboy committed Oct 12, 2016
2 parents f931d1e + 15fc943 commit f28b6cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mode.go
Expand Up @@ -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
Expand Down

0 comments on commit f28b6cd

Please sign in to comment.