Quellcode durchsuchen

Merge pull request #710 from soniabhishek/patch-1

Removed additional Iota
Bo-Yi Wu vor 9 Jahren
Ursprung
Commit
f28b6cdd69
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      mode.go

+ 2 - 2
mode.go

@@ -20,8 +20,8 @@ const (
 )
 )
 const (
 const (
 	debugCode   = iota
 	debugCode   = iota
-	releaseCode = iota
-	testCode    = iota
+	releaseCode 
+	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