Преглед на файлове

Merge pull request #710 from soniabhishek/patch-1

Removed additional Iota
Bo-Yi Wu преди 9 години
родител
ревизия
f28b6cdd69
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  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