ya.make 155 B

12345678910111213141516
  1. GO_LIBRARY()
  2. LICENSE(BSD-3-Clause)
  3. SRCS(
  4. mapelem.go
  5. sort.go
  6. )
  7. GO_TEST_SRCS(export_test.go)
  8. GO_XTEST_SRCS(sort_test.go)
  9. END()
  10. RECURSE(gotest)