From a8228fdb32711cfb9a57ef214436d526297f2808 Mon Sep 17 00:00:00 2001 From: flyskype Date: Tue, 18 Dec 2018 23:03:35 +0800 Subject: [PATCH] change main.go --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index b1e5b38..76b78df 100644 --- a/main.go +++ b/main.go @@ -8,5 +8,5 @@ func main() { // HelloWorld is a function that returns a string containing "hello world". func HelloWorld() string { - return "hello world 2018" + return "hello world 2018-12-18" }