davecheney / httpstat

It's like curl -v, with colours.
MIT License
6.96k stars 382 forks source link

Fix vet issues #38

Closed davecheney closed 7 years ago

davecheney commented 7 years ago

There are a bunch of small issues that vet and lint will pick up on related to printing and formatting. It would be good to have those fixed.

extra credit: add a go tool vet pass to .travis.yml so we don't have to reopen this issue once the current formatting errors are fixed.

note to implementors: I'm not interested in PR's renaming variables to whatever vet thinks is a standard, that is beyond my tolerance for bike shedding.