فهرست منبع

Removed additional Iota

I think assigning iota to each constant is not required
ABHISHEK SONI 9 سال پیش
والد
کامیت
15fc943ba4
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