Skip to content

v3.1.0: feat(module): Go module support for 1.11+

Latest
Compare
Choose a tag to compare
@jamesjwarren jamesjwarren released this 08 Oct 16:50
· 45 commits to master since this release
83923c2
  • Replaces dep with go mod for dependancy management
  • Removes GOPATH setup process, as this is now redundant with go modules
  • Requires go 1.11+ (revert to v3.0.0 to support lower versions)