aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/google.golang.org/grpc/authz/audit/ya.make
blob: c5860526d86cca953c75605eab6a7d1920753c24 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
GO_LIBRARY()

LICENSE(Apache-2.0)

SRCS(audit_logger.go)

GO_XTEST_SRCS(
    #audit_logging_test.go
)

END()

RECURSE(
    gotest
    stdout
)