Skip to content

v1.4.2 - Slim down Go Modules

Latest
Compare
Choose a tag to compare
@eduncan911 eduncan911 released this 13 Feb 23:07
· 4 commits to master since this release
4b460c4

New to Go Modules, I think the previous setup with "required" was far too much. This removes all but what one required to actually use the module (plus another one for any tests).

  • Slim down Go Modules for consumers (#32)