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

LICENSE(Apache-2.0)

SRCS(status.go)

GO_TEST_SRCS(status_test.go)

GO_XTEST_SRCS(status_ext_test.go)

END()

RECURSE(
    # gotest
)