Skip to content

Releases: eltorocorp/drygopher

v1.1.2

28 Mar 03:27
Compare
Choose a tag to compare

Removed reliance on GOPATH to identify the location of package files.

v.1.1.1

28 Mar 02:58
Compare
Choose a tag to compare

Fixed bug where drygopher wouldn't recognize your gopath unless it was being explicitly set via EXPORT GOPATH=....

v1.1.0

28 Mar 02:00
Compare
Choose a tag to compare

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 to go mod