ya.make 171 B

1234567891011121314151617
  1. GO_LIBRARY()
  2. LICENSE(
  3. Apache-2.0 AND
  4. BSD-3-Clause AND
  5. MIT
  6. )
  7. SRCS(
  8. decode.go
  9. decode_other.go
  10. encode.go
  11. encode_other.go
  12. snappy.go
  13. )
  14. END()