gordonklaus / ineffassign

Detect ineffectual assignments in Go code.
MIT License
398 stars 23 forks source link

Support multiple path arguments on the command line #20

Closed dnephin closed 7 years ago

dnephin commented 7 years ago

Fixes #11

Also exits with non-zero if there is an error with the arguments.

dnephin commented 7 years ago

This fixes a problem we have when integrating with gometalinter (https://github.com/alecthomas/gometalinter/issues/342)

dnephin commented 7 years ago

Cool, I made those changes

dnephin commented 7 years ago

Thanks!

gordonklaus commented 7 years ago

No prob 😄