Skip to content

update interface{} to any#917

Open
JoshGuarino wants to merge 1 commit intodigitalocean:mainfrom
JoshGuarino:interface-to-any
Open

update interface{} to any#917
JoshGuarino wants to merge 1 commit intodigitalocean:mainfrom
JoshGuarino:interface-to-any

Conversation

@JoshGuarino
Copy link
Copy Markdown

This pr is a simple update. Changes interface{} type references to any. I noticed the language server gives a warning about interface{} can be replaced by any. The any keyword was introduced in go 1.18 and this project uses 1.23 and above. using any is the idiomatic way in modern go so I figured Id make the change.

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