ya.make 194 B

123456789101112131415161718192021
  1. GO_LIBRARY()
  2. LICENSE(Apache-2.0)
  3. SRCS(
  4. distributor.go
  5. provider.go
  6. store.go
  7. )
  8. GO_TEST_SRCS(
  9. distributor_test.go
  10. store_test.go
  11. )
  12. END()
  13. RECURSE(
  14. # gotest
  15. pemfile
  16. )