Ver Fonte

fix: gofmt error. (#833)

Bo-Yi Wu há 9 anos atrás
pai
commit
b1a15020d0
1 ficheiros alterados com 3 adições e 3 exclusões
  1. 3 3
      mode.go

+ 3 - 3
mode.go

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