C zlib library wrapper for Go.

Jan Sušnik ce1536175d Initial commit il y a 6 ans
README.md ce1536175d Initial commit il y a 6 ans
czlib_test.go ce1536175d Initial commit il y a 6 ans
reader.go ce1536175d Initial commit il y a 6 ans
reader_test.go ce1536175d Initial commit il y a 6 ans
writer.go ce1536175d Initial commit il y a 6 ans
writer_test.go ce1536175d Initial commit il y a 6 ans
zstream.c ce1536175d Initial commit il y a 6 ans
zstream.go ce1536175d Initial commit il y a 6 ans
zstream.h ce1536175d Initial commit il y a 6 ans

README.md

czlib

C zlib wrapper for Go language based on YouTube's Vitess cgzip wrapper (src, docs).

Examples

  • For complete example of compressing and decompressing take a look at czlib_test.go file.
  • For example of compressing take a look at writer_test.go file.
  • For example of decompressing take a look at reader_test.go file.