Y
Hacker News
new
|
ask
|
show
|
jobs
by
arccy
623 days ago
go build -o some/dir/ ./...
will actually output the binaries
1 comments
NAHWheatCracker
623 days ago
Sick, I couldn't figure it out when I needed it so I just manually created a 20 line script to cd into each directory and go build.
link