github.com/vanstinator/golangci-lint@v0.0.0-20240223191551-cc572f00d9d1/test/testdata/structcheck.go (about) 1 //golangcitest:args -Estructcheck 2 package testdata 3 4 type t struct { 5 unusedField int // want "`unusedField` is unused" 6 }