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

Go Module support #190

Closed philtay closed 5 years ago

philtay commented 5 years ago

Please add a go.mod file in the repository root. Thanks!

davecheney commented 5 years ago

Why is this needed? This package has no dependencies.

On 7 Jan 2019, at 05:29, philtay notifications@github.com wrote:

Please add a go.mod file in the repository root. Thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

philtay commented 5 years ago

Have a look here: https://github.com/golang/go/wiki/Modules#should-i-still-add-a-gomod-file-if-i-do-not-have-any-dependencies

davecheney commented 5 years ago

Thanks but no thanks, a go.mod file is not necessary for this project at the moment.