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 bdc1ad7 commit 5826722Copy full SHA for 5826722
debug.go
@@ -13,7 +13,7 @@ import (
13
"sync/atomic"
14
)
15
16
-const ginSupportMinGoVer = 21
+const ginSupportMinGoVer = 23
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