Compare commits

...

2 Commits

Author SHA1 Message Date
OHZEKI Naoki
e3ce995b0d
Merge cfeb557b5424ec396c02ebd211e07547a1ba6a78 into 2e22e5085960205fbb11c25776f6ea76b8053253 2025-11-02 22:11:26 +09:00
OHZEKI Naoki
cfeb557b54 fix(debug): fix version mismatch 2025-10-22 22:07:19 +09:00

View File

@ -13,7 +13,7 @@ import (
"sync/atomic"
)
const ginSupportMinGoVer = 23
const ginSupportMinGoVer = 24
// IsDebugging returns true if the framework is running in debug mode.
// Use SetMode(gin.ReleaseMode) to disable debug mode.