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

Use "any" instead of "interface{}" #5336

Merged
merged 1 commit into from
Dec 22, 2024

Conversation

Jacalz
Copy link
Member

@Jacalz Jacalz commented Dec 22, 2024

Description:

Code style change. I switched all uses over when we migrated to Go 1.19 as base but a few uses of the old name have slipped through since then. Change them to "any".

Checklist:

  • Tests included.
  • Lint and formatter run with no errors.
  • Tests all pass.

Code style change. I switched all uses over when we migrated to Go
1.19 as base but a few uses of the old name have slipped through
since then. Change them to "any".
@coveralls
Copy link

Coverage Status

coverage: 59.66% (+0.01%) from 59.65%
when pulling 3a0c4ef on Jacalz:use-any-instead-of-empty-interface
into 0afa6a9 on fyne-io:develop.

@Jacalz Jacalz merged commit 1c3a7c1 into fyne-io:develop Dec 22, 2024
12 checks passed
@Jacalz Jacalz deleted the use-any-instead-of-empty-interface branch December 22, 2024 13:02
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