Explorar o código

Merge pull request #710 from soniabhishek/patch-1

Removed additional Iota
Bo-Yi Wu %!s(int64=9) %!d(string=hai) anos
pai
achega
f28b6cdd69
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      mode.go

+ 2 - 2
mode.go

@@ -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