1
0
mirror of https://github.com/chai2010/advanced-go-programming-book.git synced 2025-05-29 08:12:21 +00:00
advanced-go-programming-book/ch2-cgo/ch2-06-go-get-friendly.md
2018-01-07 01:35:52 +08:00

20 lines
257 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 2.6. CGO包的可移植性(TODO)
TODO
<!--
可移植的cgo
小的cgo包直接内置c/c++代码
1. copy到本目录
2. 创建 include 文件
很大的c包全部内置会导致构建复杂化
分2步1 go generate 进行构建
2 lib 包含
-->