You can go get <repo>/cmd/... to quickly build and install multiple distinct command line applications found in a Go repository. Could xgo please be extended to handle this syntax as well?
As a workaround, I am explicitly running xgo over each of my command program names :P
I'm also using that workaround, spinning up the same container 3 times, once for each single cmd package I'm building. seems like this could be more efficient
You can
go get <repo>/cmd/...
to quickly build and install multiple distinct command line applications found in a Go repository. Could xgo please be extended to handle this syntax as well?As a workaround, I am explicitly running xgo over each of my command program names :P