Explorar o código

fix: gofmt error. (#833)

Bo-Yi Wu %!s(int64=9) %!d(string=hai) anos
pai
achega
b1a15020d0
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  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