ya.make 211 B

12345678910111213141516171819
  1. GO_LIBRARY()
  2. LICENSE(Apache-2.0)
  3. SRCS(
  4. balancerstateaggregator.go
  5. clustermanager.go
  6. config.go
  7. picker.go
  8. )
  9. GO_TEST_SRCS(
  10. clustermanager_test.go
  11. config_test.go
  12. )
  13. END()
  14. RECURSE(gotest)