aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/jackc/pgx/v5/internal/sanitize/ya.make
blob: 7875e8b516438e3fd096028bcbc1f7538032df9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
GO_LIBRARY()

LICENSE(MIT)

SRCS(sanitize.go)

GO_XTEST_SRCS(sanitize_test.go)

END()

RECURSE(gotest)