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
..
2020-06-01 08:53:45 -05:00
2023-10-10 22:07:06 -05:00