sgotti / glide-vc

Glide vendor cleaner
MIT License
53 stars 10 forks source link

print errors to stderr and with trailing newlines #26

Closed ericchiang closed 7 years ago

ericchiang commented 7 years ago

Just style nits, this isn't actually impacting my use of glide-vc.

Before:

$ glide-vc --no-tests
--no-tests requires --only-code$

After:

$ glide-vc --no-tests
--no-tests requires --only-code
$
sgotti commented 7 years ago

@ericchiang LGTM. Thanks a lot!