From 10f25612e61f8f14d11886748c90433a8e462041 Mon Sep 17 00:00:00 2001 From: thinkerou Date: Fri, 9 Apr 2021 10:01:13 +0800 Subject: [PATCH] Update debug.go --- debug.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug.go b/debug.go index 3aa02553..9bacc685 100644 --- a/debug.go +++ b/debug.go @@ -12,7 +12,7 @@ import ( "strings" ) -const ginSupportMinGoVer = 12 +const ginSupportMinGoVer = 13 // IsDebugging returns true if the framework is running in debug mode. // Use SetMode(gin.ReleaseMode) to disable debug mode.