Hacker News new | ask | show | jobs
by jrockway 1865 days ago
Do keep in mind that go heavily caches for "go build":

https://golang.org/cmd/go/#hdr-Build_and_test_caching

1 comments

the "-a" directive in "go build -a" should cause a clean rebuild, which is what they were using