From 0ef3d3ad57c273ef6af600e65706e586d24ee4cb Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Thu, 18 Sep 2014 10:10:51 +0800 Subject: [PATCH] . --- data/user_workspaces/admin/src/mytest/hello/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/user_workspaces/admin/src/mytest/hello/main.go b/data/user_workspaces/admin/src/mytest/hello/main.go index 21483c0..4b8553a 100644 --- a/data/user_workspaces/admin/src/mytest/hello/main.go +++ b/data/user_workspaces/admin/src/mytest/hello/main.go @@ -5,5 +5,5 @@ import ( ) func main() { - fmt.Println("Hello, ÊÀ½ç")1 + fmt.Println("Hello, 世界") }