mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-24 15:51:41 +03:00
go: [zh-cn] fix a typo.
This commit is contained in:
parent
21c4be4779
commit
12e1739706
@ -129,7 +129,7 @@ func learnFlowControl() {
|
|||||||
fmt.Println("told ya")
|
fmt.Println("told ya")
|
||||||
}
|
}
|
||||||
// 用go fmt 命令可以帮你格式化代码,所以不用怕被人吐槽代码风格了,
|
// 用go fmt 命令可以帮你格式化代码,所以不用怕被人吐槽代码风格了,
|
||||||
// 也不用容忍被人的代码风格。
|
// 也不用容忍别人的代码风格。
|
||||||
if false {
|
if false {
|
||||||
// pout
|
// pout
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user