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

LICENSE(Apache-2.0)

SRCS(
    goid_regular.go
    profiling.go
)

GO_TEST_SRCS(profiling_test.go)

END()

RECURSE(
    buffer
    gotest
)