ya.make 198 B

1234567891011121314151617181920212223
  1. GO_LIBRARY()
  2. LICENSE(Apache-2.0)
  3. SRCS(
  4. map.go
  5. resolver.go
  6. )
  7. GO_TEST_SRCS(
  8. map_test.go
  9. resolver_test.go
  10. )
  11. END()
  12. RECURSE(
  13. dns
  14. gotest
  15. manual
  16. passthrough
  17. # yo
  18. )