ya.make 206 B

12345678910111213141516171819202122
  1. GO_LIBRARY()
  2. LICENSE(Apache-2.0)
  3. SRCS(
  4. clusterimpl.go
  5. config.go
  6. logging.go
  7. picker.go
  8. )
  9. GO_TEST_SRCS(
  10. # balancer_test.go
  11. # config_test.go
  12. )
  13. END()
  14. RECURSE(
  15. gotest
  16. tests
  17. )