Declaration redundancy
- Bool condition
.
- Empty declaration
.
- Empty slice declared using a literal
.
- Redundant blank argument in range
.
- Redundant comma
.
- Redundant import alias
.
- Redundant second index in slices
.
- Redundant semicolon
.
- Redundant type conversion
.
- Redundant types in composite literals
.
- Self assignment
.
- Type can be omitted
.
- Unused constant
.
- Unused exported function
.
- Unused exported type
.
- Unused function
.
- Unused global variable
.
- Unused parameter
.
- Unused type
.
- Unused type parameter
.
Last modified: 01 August 2024