ya.make 182 B

1234567891011121314151617181920
  1. GO_LIBRARY()
  2. SRCS(
  3. buckets.go
  4. metrics.go
  5. )
  6. GO_TEST_SRCS(buckets_test.go)
  7. END()
  8. RECURSE(
  9. collect
  10. gotest
  11. internal
  12. mock
  13. nop
  14. prometheus
  15. solomon
  16. )