mirror of
https://github.com/gin-gonic/gin.git
synced 2026-07-11 05:17:02 +08:00
Merge cfeb557b5424ec396c02ebd211e07547a1ba6a78 into c3d5a28ed6d3849da820195b6774d212bcc038a9
This commit is contained in:
commit
29bf374f97
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