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

LICENSE(Apache-2.0)

SRCS(admin.go)

GO_XTEST_SRCS(admin_test.go)

END()

RECURSE(
    gotest
    test
)