ya.make 178 B

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