Hello,
I am trying to adopt my cgo package with go modules. 
The cgo project I mentioned above is built using simple Makefile so that I 
obtain external shared library(.so on Unixes and .dll on Windows) to link 
external applications(from other modules) with. 
When I try to use this module from the other go module the cgo module will 
be downloaded but failed to build because Makefile won't be run. Is there a 
way to call Makefile during the automatic build of downloaded cgo package 
using `go get` or `go build` from an external module that depends on my cgo 
package?

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to