mirror of
https://github.com/jackc/pgx.git
synced 2025-04-28 05:37:41 +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 ```