bkaradzic / go-lz4

Port of LZ4 lossless compression algorithm to Go
BSD 2-Clause "Simplified" License
211 stars 23 forks source link

Able to switch bwteen LittleEndian and BigEndian #13

Open DavyC opened 10 years ago

DavyC commented 10 years ago

It would be nice to switch between the little and big endians. And very appreciated for your effort to port the code.