github.com/elek/golangci-lint@v1.42.2-0.20211208090441-c05b7fcb3a9a/test/testdata/fix/out/unused.go (about)

     1  //args: -Eunused
     2  package p
     3  
     4  type (
     5  	unused struct{}
     6  )
     7  
     8  func X() {}