tsenart / deadcode

Standalone repo of deadcode package from http://github.com/remyoudompheng/go-misc
Other
50 stars 15 forks source link

Add support to ignore specific filename:identifier with -ignore flag, and changed directory scanning argument #4

Closed GregorioDiStefano closed 8 years ago

GregorioDiStefano commented 8 years ago

Added some clearer command line arguments for directory searching, and added the possibility to ignore specific filename:identifiers combinations.

This is useful when an variable is set using ldflags, etc.

kacf commented 8 years ago

Looks good to me, my comments are just nitpicks.