Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 440 Bytes

use_code.md

File metadata and controls

15 lines (9 loc) · 440 Bytes

示例程序

本书所有示例程序都基于Go编写,代码托管到GitHub

每章的示例都是可直接运行的Go源文件,例如第一章的Hellow World程序可以通过go run hello_world.go来运行并查看运行结果。

# go run hello_world.go
Hello World

接下来介绍使用Docker来运行本书的示例程序。