ya.make 135 B

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