ya.make 139 B

123456789101112131415
  1. GO_LIBRARY()
  2. LICENSE(Apache-2.0)
  3. SRCS(custom_lb.go)
  4. GO_TEST_SRCS(custom_lb_test.go)
  5. END()
  6. RECURSE(
  7. client
  8. gotest
  9. server
  10. )