govendor 无法添加.h文件

例如:github.com\ethereum\go-ethereum\crypto\secp256k1 是一个CGO项目
通过govendor add +external只能引入secp256k1下的.go文件,.h文件无法引入,需要手工copy过来。

猜你喜欢

转载自www.cnblogs.com/cqvoip/p/10155019.html