pgx/stdlib
yuki0920 a764746906
Fix: use `slices.Contains` according to the TODO comment
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
```
2024-06-30 07:58:56 +09:00
..
bench_test.go Add raw benchmark 2020-06-01 08:53:45 -05:00
sql.go Fix: use `slices.Contains` according to the TODO comment 2024-06-30 07:58:56 +09:00
sql_test.go Skip test on CockroachDB 2023-10-10 22:07:06 -05:00