forked from mirror/gin
fix: gofmt error. (#833)
This commit is contained in:
parent
7e136484b8
commit
b1a15020d0
6
mode.go
6
mode.go
|
@ -19,9 +19,9 @@ const (
|
||||||
TestMode string = "test"
|
TestMode string = "test"
|
||||||
)
|
)
|
||||||
const (
|
const (
|
||||||
debugCode = iota
|
debugCode = iota
|
||||||
releaseCode
|
releaseCode
|
||||||
testCode
|
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
|
||||||
|
|
Loading…
Reference in New Issue