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

code cleanup: replace interface{} with any #906

Merged
merged 1 commit into from
Sep 24, 2023

Conversation

mfederowicz
Copy link
Contributor

@mfederowicz mfederowicz commented Sep 23, 2023

cleanup related with #903

for start I saved mantioned configuration in revive.toml and run: revive -config ~/revive.toml -formatter stylish {test,rule}

cleanup made by command: gofmt -r 'interface{} -> any' -w *.go executed under test and rule directory

after cleanup, run test again and of course any warnings :)

cleanup command founded in: article

@chavacava chavacava merged commit 36c2ee2 into mgechev:master Sep 24, 2023
8 checks passed
@chavacava
Copy link
Collaborator

Thank you @mfederowicz!

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