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

LICENSE(MIT)

SRCS(tracelog.go)

GO_XTEST_SRCS(
    # tracelog_test.go
)

END()

RECURSE(gotest)