go
tool can create a binary and place it to GOBIN
if package contains a main
sub package (or if package is a main
). Is there a possibility to create a few (at least two) binaries with single go install package
command? Meaning without using GNU make
for this purposes.
Thank you.