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

LICENSE(MIT)

SRCS(
    stack.go
)

GO_TEST_SRCS(stack_test.go)

END()

RECURSE(
    gotest
)