ya.make 152 B

1234567891011121314
  1. GO_LIBRARY()
  2. SRCS(
  3. counter.go
  4. gauge.go
  5. histogram.go
  6. int_gauge.go
  7. registry.go
  8. registry_opts.go
  9. timer.go
  10. vec.go
  11. )
  12. END()