ya.make 317 B

1234567891011121314151617181920212223242526272829
  1. GO_LIBRARY()
  2. LICENSE(Apache-2.0)
  3. SRCS(
  4. call_metrics.go
  5. orca.go
  6. producer.go
  7. server_metrics.go
  8. service.go
  9. )
  10. GO_TEST_SRCS(
  11. #server_metrics_test.go
  12. )
  13. GO_XTEST_SRCS(
  14. call_metrics_test.go
  15. orca_test.go
  16. producer_test.go
  17. service_test.go
  18. )
  19. END()
  20. RECURSE(
  21. gotest
  22. internal
  23. )