Merge pull request #5 from VulperVoid/patch-1

修复导航位置下一节名称错误
pull/7/head
ShaoBo Wan(无极) 7 years ago committed by GitHub
commit 9fd9c3e91c
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