Releases: eltorocorp/drygopher
Releases · eltorocorp/drygopher
v1.1.2
v.1.1.1
Fixed bug where drygopher wouldn't recognize your gopath unless it was being explicitly set via EXPORT GOPATH=...
.
v1.1.0
Bug fixes:
- Cleans up after itself by deleting any dangling
tmp.out
that it may have left laying around.
Enhancements:
- Gracefully handles situations where an underlaying unit test panics. Previously, drygopher would panic if it encountered an underlaying test that panicked. Now, drygopher will trap any panics that result from unwieldy tests, and winds itself down cleanly. Drygopher will not proceed with the remaining tests if it encounters a panicking test.
Build improvements:
- Now targets go 1.13
- Switched from use of
dep
togo mod