getsentry / raven-go

Sentry client in Go
https://sentry.io
BSD 3-Clause "New" or "Revised" License
561 stars 148 forks source link

Add go.mod file, test on go1.11 in travis #206

Closed m90 closed 6 years ago

m90 commented 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.

Ideally the latest revision on master would also be tagged as v1.0.0 now.

m90 commented 6 years ago

Could we still start tagging master so that this plays nicely with module aware Go?