We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0048f6 commit cfeb557Copy full SHA for cfeb557
debug.go
@@ -13,7 +13,7 @@ import (
13
"sync/atomic"
14
)
15
16
-const ginSupportMinGoVer = 23
+const ginSupportMinGoVer = 24
17
18
// IsDebugging returns true if the framework is running in debug mode.
19
// Use SetMode(gin.ReleaseMode) to disable debug mode.
0 commit comments