ya.make 156 B

1234567891011121314151617
  1. GO_LIBRARY()
  2. SRCS(
  3. background.go
  4. core.go
  5. options.go
  6. queue.go
  7. )
  8. GO_TEST_SRCS(
  9. core_test.go
  10. queue_test.go
  11. )
  12. END()
  13. RECURSE(gotest)