sqlc icon indicating copy to clipboard operation
sqlc copied to clipboard

chore: use `any` in place of `interface{}`

Open snprajwal opened this issue 5 months ago • 2 comments

This addresses the lint raised by gopls on sqlc's generated Go files for modernizing the usage of an empty interface for the any type.

snprajwal avatar May 13 '25 14:05 snprajwal