使用代码

最后更新于:2022-04-01 02:28:54

### 示例程序 本书所有示例程序都基于Go编写,代码托管到[GitHub](https://github.com/tobegit3hub/understand_linux_process_examples)。 ![](https://docs.gechiui.com/gc-content/uploads/sites/kancloud/2015-08-18_55d2f2e5aaaea.png) 每章的示例都是可直接运行的Go源文件,例如第一章的Hellow World程序可以通过`go run hello_world.go`来运行并查看运行结果。 ~~~ # go run hello_world.go Hello World ~~~ 接下来介绍使用Docker来运行本书的示例程序。
';