Probably I am wrong - but I don't if I am wrong because I am doing
something wrong or because the concept is wrong.
I have a project which will generate few binaries, therefore, I have few
packages under cmd, like:
github.com/yatayatayta/
----> cmd/magic1
----> cmd/magic2
When I have only magic1 or magic2 under cmd, when I call:
$ go build ./cmd/...
It generates the magic1 binary correctly. But when I have both, the same
command generates no binary at all.
What is it wrong that I am doing/thinking?
Thanks,
- CC
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.