aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/go.uber.org/goleak/internal/stack/ya.make
blob: 231f1661d178f452bb03198d84c23274bd186c93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
GO_LIBRARY()

LICENSE(MIT)

SRCS(
    doc.go
    stacks.go
)

GO_TEST_SRCS(stacks_test.go)

END()

RECURSE(gotest)