Skip to content

Conversation

@bigmoonbit
Copy link
Contributor

@bigmoonbit bigmoonbit commented Nov 27, 2025

Closes #???

Description

This change replaces occurrences of interface{} with the predeclared identifier any, introduced in Go 1.18 as an alias for interface{}.

As noted in the Go 1.18 Release Notes:
This improves readability and aligns the codebase with modern Go conventions.


For contributor use:

  • Targeted PR against master branch
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work
  • Code follows the standards mentioned here
  • Updated relevant documentation
  • Re-reviewed Files changed in the Github PR explorer
  • Added appropriate labels

@bigmoonbit
Copy link
Contributor Author

@jribbink @chasefleming Hi, Could you please review this PR at your convenience? Thank you very much.

@codecov-commenter
Copy link

Codecov Report

❌ Patch coverage is 33.33333% with 18 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
internal/super/projecttypes.go 0.00% 14 Missing ⚠️
internal/command/command.go 0.00% 2 Missing ⚠️
internal/cadence/lint.go 0.00% 1 Missing ⚠️
internal/emulator/start.go 0.00% 0 Missing and 1 partial ⚠️

📢 Thoughts on this report? Let us know!

@chasefleming
Copy link
Member

Thanks @bigmoonbit !

@chasefleming chasefleming merged commit e44fd9b into onflow:master Dec 9, 2025
12 checks passed
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