From 0e856532572fe0a3338791f740a47fa55b67de55 Mon Sep 17 00:00:00 2001 From: nuanxinqing Date: Tue, 16 Nov 2021 18:45:40 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=AD=A3=E5=BC=8F=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index b7ff90c..5a8eb61 100644 --- a/main.go +++ b/main.go @@ -15,7 +15,7 @@ import ( func main() { // 控制 Debug / Release 版本 - //gin.SetMode(gin.ReleaseMode) + gin.SetMode(gin.ReleaseMode) // 创建 r := gin.Default()