mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 15:43:58 +00:00
Remove negative and inaccurate translation (#4087)
This commit is contained in:
parent
f4138709d8
commit
967591e4c2
@ -40,7 +40,7 @@ import (
|
|||||||
func main() {
|
func main() {
|
||||||
// 往标准输出打印一行。
|
// 往标准输出打印一行。
|
||||||
// 用包名fmt限制打印函数。
|
// 用包名fmt限制打印函数。
|
||||||
fmt.Println("天坑欢迎你!")
|
fmt.Println("你好世界")
|
||||||
|
|
||||||
// 调用当前包的另一个函数。
|
// 调用当前包的另一个函数。
|
||||||
beyondHello()
|
beyondHello()
|
||||||
|
Loading…
Reference in New Issue
Block a user