/bzip2

Go package implementing access to compress and decompress bzip2 data

Primary LanguageGoMIT LicenseMIT

bzip2

GoDoc

Package bzip2 implements reading and writing of bzip2 format compressed files.

Currently this focuses on the writer since compress/bzip2 doesn't include one.

Hopefully this will be eventually merged into the standard library without any changes on the users part.

Notes

References used to write the writer since there's no specification:

Install

go get github.com/larzconwell/bzip2

License

MIT licensed, see here