Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove pkg/errors dependency #161

Merged
merged 2 commits into from
Jan 21, 2022
Merged

Remove pkg/errors dependency #161

merged 2 commits into from
Jan 21, 2022

Conversation

husio
Copy link
Contributor

@husio husio commented Dec 31, 2021

Remove pkg/errors and use error implementation from the standard
library. This change should not introduce any functionality change, as
the error usage is very basic.

Remove pkg/errors and use error implementation from the standard
library. This change should not introduce any functionality change, as
the error usage is very basic.
@elithrar
Copy link
Contributor

Thanks for this @husio. Can you also resolve the failing check - looks like it's failing on the latest Go version due to build tag formatting changes.

Migrate +build constraint to follow the new go:build format. To support
all recent Go versions, constraints are declared in both formats.

https://go.googlesource.com/proposal/+/master/design/draft-gobuild.md
@husio
Copy link
Contributor Author

husio commented Jan 21, 2022

@elithrar please have a look once more.

@elithrar elithrar merged commit e40f234 into gorilla:master Jan 21, 2022
@elithrar
Copy link
Contributor

Thanks @husio!

@husio husio deleted the stderr branch January 21, 2022 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants