[go-nuts] How to automatically embed module name from go.mod into executables?

2021-10-08 Thread Zigster Programmer
One of my pet peeves with all executables, not just those created with go, is that determining their origin can easily be lost in the mists of time. This is a problem because I might "go get" some source code and install it, then not update it for many years. Then when I have some need to do the

Re: [go-nuts] How to automatically embed module name from go.mod into executables?

2021-10-09 Thread Zigster Programmer
; h1:go1bK/D/BFZV2I8cIQd1NKEZ+0owSTG1fDTci4IqFcE= > > > > > On Fri, Oct 8, 2021 at 10:05 AM Zigster Programmer < > zigsterprogram...@gmail.com> wrote: > >> One of my pet peeves with all executables, not just those created with >> go, is that determining their