Procházet zdrojové kódy

Removed additional Iota

I think assigning iota to each constant is not required
ABHISHEK SONI před 9 roky
rodič
revize
15fc943ba4
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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