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: switch from interface{} to any #1837

Merged
merged 1 commit into from
Jun 23, 2023

Conversation

nrwiersma
Copy link
Contributor

What is the problem I am trying to address?

This PR switches all instances of interface{} to any. The any type alias was introduced in Go 1.18 along with generics, and any is now conventionally used instead of interface{}.

How is the fix applied?

Replace all instances of interface{} with any.

@nrwiersma nrwiersma requested a review from a team as a code owner February 27, 2023 11:40
@DrPsychick DrPsychick merged commit 6be4beb into gomods:main Jun 23, 2023
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.

3 participants