aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/prometheus/procfs/blockdevice/ya.make
blob: 0862f21bbd78ca4498b52fd3242d57056cf645cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
GO_LIBRARY()

LICENSE(Apache-2.0)

SRCS(
    stats.go
)

GO_TEST_SRCS(stats_test.go)

END()

RECURSE(
    # gotest
)