add lib/pq

This commit is contained in:
nkanaev
2026-06-13 14:45:58 +01:00
parent 78a45c8533
commit eef482d81d
49 changed files with 10100 additions and 0 deletions

5
vendor/github.com/lib/pq/staticcheck.conf generated vendored Normal file
View File

@@ -0,0 +1,5 @@
checks = [
'all',
'-ST1000', # "Must have at least one package comment"
'-ST1003', # "func EnableInfinityTs should be EnableInfinityTS"
]