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

chore: Use 'any' instead of 'interface{}' #1666

Merged
merged 1 commit into from
Nov 24, 2023

Conversation

alexandear
Copy link
Contributor

This PR replaces interface{} with any by running the command gofmt -w -r "interface{} -> any" -l .. Also, enables revive linter for checking any is always used.

gofmt -w -r "interface{} -> any" -l .
@erikdubbelboer erikdubbelboer merged commit f196617 into valyala:master Nov 24, 2023
12 of 14 checks passed
@erikdubbelboer
Copy link
Collaborator

Thanks!

@alexandear alexandear deleted the chore-interface-any branch November 24, 2023 12:57
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