sqlc
sqlc copied to clipboard
chore: use `any` in place of `interface{}`
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.