Self assignment
Reports expressions that are assigned to themselves.
Such assignments have no effect, removing them might improve code readability.
Example:
func importedVarSelfAssignment() {
http.ErrNotSupported = http.ErrNotSupported
}
Inspection Details | |
---|---|
Available in: | GoLand 2023.3 |
Plugin: | Go, 233.SNAPSHOT |
Last modified: 13 July 2023