This repository has been archived by the owner on Mar 6, 2020. It is now read-only.
gb version 0.3.3
The 0.3 series focuses on gb test
Changes
- gb should no longer leave temporary work directories in /tmp, and we have tests to prove it.
gb build
should now build packages with.syso
files. Thanks @nbjahangb info
now reports the$GOROOT
of the Go version that built gb. This is mainly useful for debugging gb installation problems. Fixes #393gb help info
now works. Fixes #394- Passing
-v
togb test
now enables-test.v
and will print the output from the test binary. Fixes #438
Bug fixes
gb test
now accepts the-tags
flag. Fixes #423- Numerous issues incorrectly quoting file paths under Windows have been fixed.