From 880cdad66561cbc43ba39757d972c25c79c12506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?mafan=EF=BC=88=E9=BA=BB=E5=87=A1=EF=BC=89?= Date: Mon, 15 Aug 2022 17:40:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=20helloword=20=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../helloworld.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/1.\345\277\253\351\200\237\344\270\212\346\211\213/3.\347\254\254\344\270\200\350\241\214go\344\273\243\347\240\201/helloworld.md" "b/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/1.\345\277\253\351\200\237\344\270\212\346\211\213/3.\347\254\254\344\270\200\350\241\214go\344\273\243\347\240\201/helloworld.md" index cc9bb95..4ac936b 100644 --- "a/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/1.\345\277\253\351\200\237\344\270\212\346\211\213/3.\347\254\254\344\270\200\350\241\214go\344\273\243\347\240\201/helloworld.md" +++ "b/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/1.\345\277\253\351\200\237\344\270\212\346\211\213/3.\347\254\254\344\270\200\350\241\214go\344\273\243\347\240\201/helloworld.md" @@ -30,7 +30,7 @@ func main() { package main func main() { - println("Hello world"); + println('Hello world'); } ``` -- GitLab