You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: