From fb20b5271a5ebdaa0752ccd5ab99b9aa8b255df5 Mon Sep 17 00:00:00 2001 From: cobb Date: Tue, 14 Jun 2022 15:30:55 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC6?= 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 495e62a..ef26b2d 100644 --- a/main.go +++ b/main.go @@ -8,7 +8,7 @@ import ( func main() { - fmt.Println("hello 5") + fmt.Println("hello 6") //Default返回一个默认的路由引擎 r := gin.Default() r.GET("/ping", func(c *gin.Context) {