Skip to content

Commit

Permalink
interface{} -> any
Browse files Browse the repository at this point in the history
  • Loading branch information
ungerik committed Jan 10, 2024
1 parent e042be0 commit a80b579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impl/arrays.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/lib/pq"
)

func WrapForArray(a interface{}) interface {
func WrapForArray(a any) interface {
driver.Valuer
sql.Scanner
} {
Expand Down

0 comments on commit a80b579

Please sign in to comment.