Categorygithub.com/golangci/ineffassign
modulepackage
0.0.0-20180808204949-2ee8f2867dde
Repository: https://github.com/golangci/ineffassign.git
Documentation: pkg.go.dev

# README

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.

# Functions

No description provided by the author

# Structs

No description provided by the author