From 7a3adb6777e3a438d043cbc4564c084f64fad28d Mon Sep 17 00:00:00 2001 From: zoujian Date: Wed, 15 Jun 2022 16:59:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lesson03/gin_demo/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lesson03/gin_demo/main.go b/lesson03/gin_demo/main.go index 5962a3b..43bfa82 100644 --- a/lesson03/gin_demo/main.go +++ b/lesson03/gin_demo/main.go @@ -4,7 +4,7 @@ import ( "github.com/gin-gonic/gin" "net/http" ) - +//测试提交!!! func sayHello(c *gin.Context){ c.JSON(200, gin.H{ "message": "Hello golang!",