0.0.3
Private beta test build
Changed
Two build-chain changes that should make it possible for the project to be
compiled by end-users via just go get
(making the build script only required
for developers):
- Switched to using
nut
for dependency management, which overwrites import
paths instead of modifying$GOPATH
. - Vendor bindata generation.
Fixed
- Reset ANSI colors properly after "Not a git repository" error.