1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-07-31 20:10:49 +02:00

Remove negative and inaccurate translation (#4087)

This commit is contained in:
An Long
2021-01-15 20:29:39 +08:00
committed by GitHub
parent f4138709d8
commit 967591e4c2

View File

@@ -40,7 +40,7 @@ import (
func main() {
// 往标准输出打印一行。
// 用包名fmt限制打印函数。
fmt.Println("天坑欢迎你!")
fmt.Println("你好世界")
// 调用当前包的另一个函数。
beyondHello()