client/vendor/github.com/gordonklaus/ineffassign/README.md

5 lines
281 B
Markdown
Raw Normal View History

2018-11-29 00:18:32 +00:00
# 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.