ya.make 249 B

12345678910111213141516171819202122
  1. GO_LIBRARY()
  2. LICENSE(Apache-2.0)
  3. SRCS(
  4. balancer.go
  5. config.go
  6. logging.go
  7. scheduler.go
  8. weightedroundrobin.go
  9. )
  10. GO_TEST_SRCS(weightedroundrobin_test.go)
  11. GO_XTEST_SRCS(balancer_test.go)
  12. END()
  13. RECURSE(
  14. gotest
  15. internal
  16. )