Hacker News new | ask | show | jobs
by jff 4572 days ago
Yes, that's what I recommend. I don't recommend a Makefile for a pure Go project, you really just need a shell script that sets GOPATH and calls "go build". That's what we do and it works well.
1 comments

> you really just need a shell script that sets GOPATH

No. :|