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

LICENSE(MIT)

SRCS(context_watcher.go)

GO_XTEST_SRCS(context_watcher_test.go)

END()

RECURSE(gotest)