ugorji / go

idiomatic codec and rpc lib for msgpack, cbor, json, etc. msgpack.org[Go]
MIT License
1.86k stars 295 forks source link

Run go fmt. #175

Closed Bren2010 closed 8 years ago

ugorji commented 8 years ago

Not go managed file.

Bren2010 commented 8 years ago

All it did was remove trailing whitespace. What's wrong with that?

ugorji commented 8 years ago

Sorry - not a fan of "go fmt" PRs, especially those that just remove a few whitespaces from comments.

Bren2010 commented 8 years ago

I didn't mean to offend you -- it's just that the way I vendor code is constantly fighting with "go fmt" about whether or not some whitespace should be in a file, and I have to fix it manually every time. Surely lots of other people are having this problem, so I thought I'd upstream the fix.