mirror of
https://github.com/gin-gonic/gin.git
synced 2026-07-09 12:12:37 +08:00
Merge cfeb557b5424ec396c02ebd211e07547a1ba6a78 into e88fc8927a52b74f55bec0351604a56ac0aa1c51
This commit is contained in:
commit
6ffc5e00e2
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