Closed m90 closed 6 years ago
Adds a go.mod file to ease usage of the package as a Go module. In addition start testing on Go1.11 in CI.
go.mod
Ideally the latest revision on master would also be tagged as v1.0.0 now.
v1.0.0
Could we still start tagging master so that this plays nicely with module aware Go?
master
Adds a
go.mod
file to ease usage of the package as a Go module. In addition start testing on Go1.11 in CI.Ideally the latest revision on master would also be tagged as
v1.0.0
now.