xk6-sql icon indicating copy to clipboard operation
xk6-sql copied to clipboard

Use Go generics

Open imiric opened this issue 2 years ago • 0 comments

#35 bumps the Go version we use in CI to 1.20, so we can migrate the codebase to use some Go generics features.

The obvious change would be to drop interface{} in favor of any, but it's also worth looking into whether the pointer logic in SQL.Query() could be simplified with some generic type.

imiric avatar Apr 11 '23 08:04 imiric