This repository has been archived by the owner on Feb 1, 2023. It is now read-only.
2.0.0: golang 1.11 build OUTSIDE GOPATH
NOTE: This makes two major changes, and is a breaking change:
- Everything is expected to be outside GOPATH for building
- binaries now build into $(GOTMP)/bin (.gotmp/bin) instead of bin/... - It's a much better situation, with less to ignore and temp stuff properly hidden away. But builds that depend on knowing where the binaries are stored will have to be adjusted.