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

LICENSE(Apache-2.0)

SRCS(
    code_string.go
    codes.go
)

GO_TEST_SRCS(codes_test.go)

END()

RECURSE(gotest)