aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/go.uber.org/zap/zaptest/observer/ya.make
blob: c3ae8b0a6b8314aaa24bd0c28ea8fda0ec0792c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
GO_LIBRARY()

LICENSE(MIT)

SRCS(
    logged_entry.go
    observer.go
)

GO_TEST_SRCS(logged_entry_test.go)

GO_XTEST_SRCS(observer_test.go)

END()

RECURSE(
    gotest
)