1
0
mirror of https://github.com/chai2010/advanced-go-programming-book.git synced 2025-05-24 12:32:21 +00:00

ch2-01: 内容微调

This commit is contained in:
chai2010 2018-07-24 22:12:12 +08:00
parent 522e45788b
commit aa855f07f6

View File

@ -1,6 +1,6 @@
# 2.1. 快速入门 # 2.1. 快速入门
在第一章的“Hello, World 的革命”一节中我们已经见过一个CGO程序。本节我们将通过由浅入深的一系列小例子来快速掌握CGO的基本用法。 本节我们将通过由浅入深的一系列小例子来快速掌握CGO的基本用法。
## 最简CGO程序 ## 最简CGO程序