ya.make 233 B

123456789101112131415161718192021
  1. GO_LIBRARY()
  2. LICENSE(BSD-3-Clause)
  3. SRCS(
  4. decode.go
  5. decode_number.go
  6. decode_string.go
  7. decode_token.go
  8. encode.go
  9. )
  10. GO_XTEST_SRCS(
  11. bench_test.go
  12. decode_test.go
  13. encode_test.go
  14. )
  15. END()
  16. RECURSE(gotest)