* seank...@gmail.com [200626 12:31]:
> go version -m $binary
>
> runtime/debug.BuildInfo
Thanks much! I looked through runtime, but did not think to look at
runtime/debug. I was completely unaware of the -m option to go version.
...Marvin
--
You received this message because you are subscri
go version -m $binary
runtime/debug.BuildInfo
On Friday, June 26, 2020 at 6:13:56 PM UTC+2 Marvin Renich wrote:
> When building a command with go build that imports modules, does the
> resulting executable contain information about which modules are
> included as well as their versions?
>
> If s