pkg / errors

Simple error handling primitives
https://godoc.org/github.com/pkg/errors
BSD 2-Clause "Simplified" License
8.2k stars 697 forks source link

Modules: add go.mod file #191

Closed tonyghita closed 5 years ago

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

davecheney commented 5 years ago

Sorry, this isn’t necessary at the moment.