Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 783 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 783 Bytes

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