From 414a5bd1317c99537ab735fcfe329541dee71fd9 Mon Sep 17 00:00:00 2001 From: MarcusXia Date: Sun, 22 Sep 2019 00:11:08 +0800 Subject: [PATCH] the first change by xwm --- server/server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/server.go b/server/server.go index 9918768..2284170 100644 --- a/server/server.go +++ b/server/server.go @@ -11,7 +11,7 @@ func Run() { if i == 1 { timestr = "second" } - fmt.Println("running for", i, timestr, "and still didn't crash") + fmt.Println("running for", i, timestr, "and still didn't crash,ch1") time.Sleep(1 * time.Second) } }