aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/google.golang.org/grpc/grpclog/ya.make
blob: b6bae1dd42608c6fc2330727bba651fba19ca3bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
GO_LIBRARY()

LICENSE(Apache-2.0)

SRCS(
    component.go
    grpclog.go
    logger.go
    loggerv2.go
)

GO_TEST_SRCS(loggerv2_test.go)

END()

RECURSE(
    glogger
    gotest
    # yo
)