Skip to content

refactor: replace interface{} with any (Go 1.18+)#3014

Open
MD-Mushfiqur123 wants to merge 1 commit into
labstack:masterfrom
MD-Mushfiqur123:refactor/interface-to-any
Open

refactor: replace interface{} with any (Go 1.18+)#3014
MD-Mushfiqur123 wants to merge 1 commit into
labstack:masterfrom
MD-Mushfiqur123:refactor/interface-to-any

Conversation

@MD-Mushfiqur123

Copy link
Copy Markdown

Replaces all occurrences of interface{} with any for Go 1.18+ compatibility.

@aldas

aldas commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Please rebase you branch on latest and see if there are interface{} to replace.

@MD-Mushfiqur123

Copy link
Copy Markdown
Author

Rebased on latest master. The same 2 files still have interface{} that were already fixed. No new occurrences appeared.

@MD-Mushfiqur123 MD-Mushfiqur123 force-pushed the refactor/interface-to-any branch from de383e0 to 3124647 Compare June 15, 2026 10:04
@aldas

aldas commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

@MD-Mushfiqur123 please sync your repository master branch with Echo master branch and the rebase this PR on that

@aldas

aldas commented Jun 15, 2026

Copy link
Copy Markdown
Contributor
image

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.

2 participants