From e5e57e912d6f114bb9d436b888063e15ae9d22ed Mon Sep 17 00:00:00 2001 From: itworksnow Date: Tue, 28 Dec 2021 14:32:40 +0900 Subject: [PATCH] update --- hello/hello.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello/hello.go b/hello/hello.go index 5d79799..58ba3a0 100644 --- a/hello/hello.go +++ b/hello/hello.go @@ -5,5 +5,5 @@ import ( ) func Hello() { - fmt.Print("Hello, world!") + fmt.Print("Hello TEST") }