golangci-lint/test/testdata/structcheck.go
2022-07-15 15:32:10 +02:00

7 lines
122 B
Go

//golangcitest:args -Estructcheck
package testdata
type t struct {
unusedField int // ERROR "`unusedField` is unused"
}