Closed tonyghita closed 5 years ago
Adds a bare go.mod file to support working outside of GOPATH, and to play nicely with the Go modules ecosystem.
https://github.com/golang/go/wiki/Modules#should-i-still-add-a-gomod-file-if-i-do-not-have-any-dependencies
Resolves issue #190.
Sorry, this isn’t necessary at the moment.
Adds a bare go.mod file to support working outside of GOPATH, and to play nicely with the Go modules ecosystem.
https://github.com/golang/go/wiki/Modules#should-i-still-add-a-gomod-file-if-i-do-not-have-any-dependencies
Resolves issue #190.