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

LICENSE(Apache-2.0)

SRCS(
    callback_serializer.go
    event.go
    oncefunc.go
)

GO_TEST_SRCS(
    callback_serializer_test.go
    event_test.go
    oncefunc_test.go
)

END()

RECURSE(gotest)