ya.make 207 B

123456789101112131415161718192021
  1. GO_LIBRARY()
  2. LICENSE(Apache-2.0)
  3. SRCS(
  4. server.go
  5. server_options.go
  6. xds.go
  7. )
  8. GO_TEST_SRCS(server_test.go)
  9. END()
  10. RECURSE(
  11. bootstrap
  12. csds
  13. googledirectpath
  14. gotest
  15. internal
  16. )