bkaradzic / go-lz4

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

Gofmt and formatting tweaks #17

Closed dchest closed 9 years ago

bkaradzic commented 9 years ago

LGTM, but I'm letting @dgryski check this first.

dchest commented 9 years ago

Diff is so large because converted CR+LF to LF (I think that's the only thing it's done, actually:)

dgryski commented 9 years ago

I had been not wanting to lose line history by having a massive white space fix to change the line endings. In the long run though it doesn't matter and this should just be merged.

dgryski commented 9 years ago

Btw, to see a diff ignoring white space, append ?w=1 :https://github.com/StableLib/lz4/commit/baf15f99c495327faf99bf43e5f83023dece8137?w=1

dchest commented 9 years ago

@dgryski nice, thanks for the tip.