gordonklaus / ineffassign

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

Replace fs dependency with path/filepath #3

Closed pmezard closed 9 years ago

pmezard commented 9 years ago

The code now depends only on the standard library.

I would like to use this before go 1.5 release and it is just easier to integrate without another dependency.