Marvin Renich
unread,Jun 26, 2020, 12:13:56 PM6/26/20Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golan...@googlegroups.com
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 so, is there a tool available to extract that information from the
executable? Can the information be retrieved from within the program
(e.g. through the runtime package)?
If not, would a request for this be received favorably?
...Marvin