ya.make 127 B

1234567891011121314
  1. GO_LIBRARY()
  2. LICENSE(Apache-2.0)
  3. SRCS(
  4. balancer.go
  5. base.go
  6. )
  7. GO_TEST_SRCS(balancer_test.go)
  8. END()
  9. RECURSE(gotest)