Skip to content
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.

Handle ellipsis (cmd/...) syntax for producing multiple distinct programs #190

Open
mcandre opened this issue May 5, 2020 · 2 comments
Open

Comments

@mcandre
Copy link

mcandre commented May 5, 2020

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

@d1y
Copy link

d1y commented Oct 29, 2020

Have you found a solution?

@davidalpert
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants