aboutsummaryrefslogtreecommitdiffstats
path: root/library/go/core/metrics/collect/ya.make
blob: d583b0b7f6c17f5e731e95d86f89d39e7092ba65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
GO_LIBRARY()

SRCS(
    collect.go
    system.go
)

END()

RECURSE(
    policy
)