Skip to content

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

Closed
MD-Mushfiqur123 wants to merge 1 commit into
supabase-community:mainfrom
MD-Mushfiqur123:refactor/interface-to-any
Closed

refactor: replace interface{} with any (Go 1.18+)#61
MD-Mushfiqur123 wants to merge 1 commit into
supabase-community:mainfrom
MD-Mushfiqur123:refactor/interface-to-any

Conversation

@MD-Mushfiqur123

Copy link
Copy Markdown

Replace interface{} with any (Go 1.18+ alias).

Files changed:

  • client.go: func Rpc(name, count string, rpcBody any) string
  • client_test.go: map[string]any{"name": "world"}

Signed-off-by: god032396-del <god032396@gmail.com>
@MD-Mushfiqur123 MD-Mushfiqur123 force-pushed the refactor/interface-to-any branch from 4a86a9f to b3b7d4b Compare June 13, 2026 02:19
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