mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-11 23:08:34 +08:00
04.3.md
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
#4.2 Go 程序的基本结构和要素
|
||||
( ***译者注:由于 Go 语言版本更替,本节中的相关内容经原作者同意将被直接替换而不作另外说明*** )
|
||||
|
||||
Example 4.1 [hello_world.go](examples/chapter_4/hello_world.go)
|
||||
|
||||
package main
|
||||
@@ -299,5 +297,5 @@ Go 程序的执行(程序启动)顺序如下:
|
||||
|
||||
##链接
|
||||
- [目录](directory.md)
|
||||
- 上一部分:[文件名、关键字与标识符](04.1.md)
|
||||
- 上一节:[文件名、关键字与标识符](04.1.md)
|
||||
- 下一节:[常量](04.3.md)
|
||||
|
Reference in New Issue
Block a user