diff options
author | An Long <aisk@users.noreply.github.com> | 2021-01-15 20:29:39 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-15 13:29:39 +0100 |
commit | 967591e4c25fcd3ee9e57effcd0b8ad0aafe9b89 (patch) | |
tree | eb3c199750ca983032c33cab3ebc3a625ac588c2 /zh-cn | |
parent | f4138709d8fd09691b8d6161f6521502df64a99d (diff) |
Remove negative and inaccurate translation (#4087)
Diffstat (limited to 'zh-cn')
-rw-r--r-- | zh-cn/go-cn.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zh-cn/go-cn.html.markdown b/zh-cn/go-cn.html.markdown index 37b4b137..2953acf3 100644 --- a/zh-cn/go-cn.html.markdown +++ b/zh-cn/go-cn.html.markdown @@ -40,7 +40,7 @@ import ( func main() { // 往标准输出打印一行。 // 用包名fmt限制打印函数。 - fmt.Println("天坑欢迎你!") + fmt.Println("你好世界") // 调用当前包的另一个函数。 beyondHello() |