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

LICENSE(MIT)

SRCS(iobufpool.go)

GO_TEST_SRCS(iobufpool_internal_test.go)

GO_XTEST_SRCS(iobufpool_test.go)

END()

RECURSE(gotest)