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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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