mirror of
https://github.com/gin-gonic/gin.git
synced 2026-07-03 00:15:34 +08:00
Merge cfeb557b5424ec396c02ebd211e07547a1ba6a78 into 2e22e5085960205fbb11c25776f6ea76b8053253
This commit is contained in:
commit
e3ce995b0d
2
debug.go
2
debug.go
@ -13,7 +13,7 @@ import (
|
|||||||
"sync/atomic"
|
"sync/atomic"
|
||||||
)
|
)
|
||||||
|
|
||||||
const ginSupportMinGoVer = 23
|
const ginSupportMinGoVer = 24
|
||||||
|
|
||||||
// IsDebugging returns true if the framework is running in debug mode.
|
// IsDebugging returns true if the framework is running in debug mode.
|
||||||
// Use SetMode(gin.ReleaseMode) to disable debug mode.
|
// Use SetMode(gin.ReleaseMode) to disable debug mode.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user