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.
References used to write the writer since there's no specification:
- https://en.wikipedia.org/wiki/Bzip2
- https://bzip.org
- https://code.google.com/p/jbzip2
- http://lbzip2.org/
go get github.com/larzconwell/bzip2
MIT licensed, see here