1、golang链接c静态库的方法可以见这个示例:

https://github.com/atercattus/go-static-link-example

https://github.com/shadowmint/go-static-linking

https://github.com/AlekSi/cgo-by-example            (这个示例我自己有改动,可以在我的云盘里找到,doc/golang/AlekSi.tar)

 

2、golang链接c动态库的方法和静态库差不多。