Compare commits

..

1 Commits

Author SHA1 Message Date
Ludovico Cavedon
2d237abd24
Merge 929794596f18ada3ca5edfeae193c3b1a1c33823 into b917b14ff9d189f16a7492be79d123a47806ee19 2025-12-03 21:48:07 +07:00

View File

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