1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-11 17:24:29 +02:00

Merge pull request #2336 from weakish/go-zh-typo

go: [zh-cn] fix a typo.
This commit is contained in:
Geoff Liu
2016-08-21 13:54:12 -04:00
committed by GitHub

View File

@@ -129,7 +129,7 @@ func learnFlowControl() {
fmt.Println("told ya")
}
// 用go fmt 命令可以帮你格式化代码,所以不用怕被人吐槽代码风格了,
// 也不用容忍人的代码风格。
// 也不用容忍人的代码风格。
if false {
// pout
} else {