pkg / errors

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

feat: add go.mod #233

Closed kaka19ace closed 3 years ago

kaka19ace commented 3 years ago

Hi, can i add go.mod file to the repo ?

For the Ref: https://golang.org/ref/mod#modules-overview

A module is identified by a module path, which is declared in a go.mod file...
puellanivis commented 3 years ago

This has come up before regularly (please look at the closed PRs dealing with go.mod).

The stance has been and remains:

As such, there is no actual need for this file.

joanlopez commented 3 years ago

It's exactly what @puellanivis said. So, I close this issue. Thanks!