ya.make 206 B

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