فهرست منبع

fix: gofmt error. (#833)

Bo-Yi Wu 9 سال پیش
والد
کامیت
b1a15020d0
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      mode.go

+ 3 - 3
mode.go

@@ -19,9 +19,9 @@ const (
 	TestMode    string = "test"
 )
 const (
-	debugCode   = iota
-	releaseCode 
-	testCode  
+	debugCode = iota
+	releaseCode
+	testCode
 )
 
 // DefaultWriter is the default io.Writer used the Gin for debug output and