mirror of
https://github.com/jackc/pgx.git
synced 2025-05-31 11:42:24 +00:00
I used `slices.Contains` according to the TODO comment. ``` // TODO replace by slices.Contains when experimental package will be merged to stdlib // https://pkg.go.dev/golang.org/x/exp/slices#Contains ```