Skip to content
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

Compare
Choose a tag to compare
@rfay rfay released this 08 Jan 22:17
· 10 commits to master since this release
5ae1c52

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.