mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
5 lines
113 B
Go
5 lines
113 B
Go
package testdata
|
|
|
|
type t struct { // ERROR "`t` is unused"
|
|
unusedField int // ERROR "`unusedField` is unused"
|
|
}
|