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

improvement(go1.23): use any instead of inteface{} #434

Merged

Conversation

CodeLieutenant
Copy link
Contributor

Since we switched to new go versions, we can take advantage in readability that comes with it. This simple change, replaces all interface{} with any.

Since we switched to new go versions, we can take advantage in
readability that comes with it. This simple change, replaces all
`interface{}` with `any`.

Signed-off-by: Dusan Malusev <[email protected]>
@CodeLieutenant CodeLieutenant added enhancement New feature or request good first issue Good for newcomers labels Oct 23, 2024
@CodeLieutenant CodeLieutenant self-assigned this Oct 23, 2024
@dkropachev dkropachev merged commit 8c7330e into scylladb:master Oct 23, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants