client/vendor/github.com/gordonklaus/ineffassign/README.md
konrad 3ff775b4aa
All checks were successful
the build was successful
Added tools to go mod
2018-11-29 01:18:32 +01:00

281 B

ineffassign

Detect ineffectual assignments in Go code.

This tool misses some cases because does not consider any type information in its analysis. (For example, assignments to struct fields are never marked as ineffectual.) It should, however, never give any false positives.