修复导航位置下一节名称错误

下一节实际为"switch 语句"而非"包"
pull/5/head
Tsao Lee 6 years ago committed by GitHub
parent a7642683fd
commit 7332d58ec7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@
========================
上一节:[第八篇 if else 语句](/docs/golang_tutorial_08.md)
下一节:[第十篇 ](/docs/golang_tutorial_10.md)
下一节:[第十篇 switch 语句](/docs/golang_tutorial_10.md)
这是本Golang系列教程的第9篇。
@ -202,4 +202,4 @@ func main() {
还有一个` range for `可用于遍历数组,我们将在介绍数组时介绍它。
希望你喜欢阅读。请留下宝贵的意见和反馈:)
希望你喜欢阅读。请留下宝贵的意见和反馈:)

Loading…
Cancel
Save