mirror of
https://github.com/chai2010/advanced-go-programming-book.git
synced 2025-05-24 20:52:22 +00:00
ch3-05-fix typo
This commit is contained in:
parent
5d9d697030
commit
c6384513b4
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
## 顺序执行
|
## 顺序执行
|
||||||
|
|
||||||
顺序执行是我们比较熟悉的工作模式,类似俗称流水账编程。所有不含分支、循环和goto语言,并且每一递归调用的Go函数一般都是顺序执行的。
|
顺序执行是我们比较熟悉的工作模式,类似俗称流水账编程。所有不含分支、循环和goto语句,并且没有递归调用的Go函数一般都是顺序执行的。
|
||||||
|
|
||||||
比如有如下顺序执行的代码:
|
比如有如下顺序执行的代码:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user