+golang-nuts.
On Tue, Jan 29, 2019 at 1:20 PM Aakash das wrote:
> Thanks for the reply, Ian. I have an additional question. Given a Go
> binary package file in '.a' format, would it be possible to extract
> dependencies for the said binary package using some tool? My end go
Hello everyone,
The requirements for binary only source file has changed in Go 1.10. Could
you please guide me to the steps that are needed for making binary only
package work with Go 1.10. I couldn't find any example on generating a stub
source '.go' file with dependencies explicitly specified.
Th