blob: 0a42f422af4ab867df2acada9477e04d986290b1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
GO_LIBRARY()
SRCS(
buckets.go
metrics.go
)
GO_TEST_SRCS(buckets_test.go)
END()
RECURSE(
collect
gotest
internal
mock
nop
prometheus
solomon
)
|