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

LICENSE(MIT)

SRCS(
    exit.go
)

GO_XTEST_SRCS(exit_test.go)

END()

RECURSE(
    gotest
)