修改错别字

This commit is contained in:
astaxie
2012-08-29 13:55:07 +08:00
parent 4e649a874c
commit 496e80a468

2
2.3.md
View File

@@ -41,7 +41,7 @@ Go有goto语句——请明智的使用它。用goto跳转到一定是当前函
func myfunc() {
i := 0
Here: //这行的第一个词,以号结束作为标签
Here: //这行的第一个词,以号结束作为标签
println(i)
i++
goto Here //跳转到Here去