ya.make 182 B

12345678910111213141516171819
  1. GO_LIBRARY()
  2. LICENSE(BSD-3-Clause)
  3. SRCS(
  4. decode.go
  5. doc.go
  6. encode.go
  7. )
  8. GO_XTEST_SRCS(
  9. decode_test.go
  10. encode_test.go
  11. other_test.go
  12. )
  13. END()
  14. RECURSE(gotest)