aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/jackc/puddle/v2/ya.make
blob: 0a65cbbfd26cb270484aea634a1bc44fc3ea0338 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
GO_LIBRARY()

LICENSE(MIT)

SRCS(
    context.go
    doc.go
    log.go
    nanotime_unsafe.go
    pool.go
    resource_list.go
)

GO_TEST_SRCS(
    export_test.go
    log_test.go
    resource_list_test.go
)

GO_XTEST_SRCS(pool_test.go)

END()

RECURSE(
    gotest
    internal
)