ya.make 117 B

123456789101112
  1. GO_LIBRARY()
  2. SRCS(
  3. recurse.go
  4. remove_lines.go
  5. )
  6. GO_TEST_SRCS(remove_lines_test.go)
  7. END()
  8. RECURSE(gotest)