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

Refactor interface -> any, new errors format etc #54

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

piotrrojek
Copy link
Contributor

PR to update Go version this library relies on, swapped interface{} with any, replaced github.com/pkg/errors with standard library new errors syntax, updated go.mod etc.

Need to test it first, because I've seen attempts of upgrading in the repo tree, but it was reverted: a54d2b2

@piotrrojek
Copy link
Contributor Author

Looks like after upgrading the linter caught more issues. Will update it.

@piotrrojek
Copy link
Contributor Author

Looks like switching to standard library errors uncovered lots of linting issues covered previously by custom package. Minor things, but it'll be consistent with the rest of the codebase now.

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.

1 participant