This commit is contained in:
Unknown
2013-04-18 18:07:43 -04:00
parent e8f8683d32
commit f70f468960
4 changed files with 31 additions and 73 deletions

View File

@@ -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)