Skip to content

0.0.3

Compare
Choose a tag to compare
@mroth mroth released this 17 Mar 03:00
· 135 commits to master since this release

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.