From b37d9bf56ea47c0a967f56270f69858d56bc7d69 Mon Sep 17 00:00:00 2001 From: cobb Date: Wed, 15 Jun 2022 12:05:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= 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 ef26b2d..7dae1c5 100644 --- a/main.go +++ b/main.go @@ -8,7 +8,7 @@ import ( func main() { - fmt.Println("hello 6") + fmt.Println("hello 7") //Default返回一个默认的路由引擎 r := gin.Default() r.GET("/ping", func(c *gin.Context) {