README ¶ unused unused finds unused package level identifiers. Install $ go get github.com/gostaticanalysis/unused/cmd/unused Usage $ go vet -vettool=`which unused` pkgname Expand ▾ Collapse ▴ Documentation ¶ Index ¶ Variables Constants ¶ This section is empty. Variables ¶ View Source var Analyzer = &analysis.Analyzer{ Name: "unused", Doc: doc, Run: run, Requires: []*analysis.Analyzer{ ident.Analyzer, }, } Analyzer find unused identifyers. Functions ¶ This section is empty. Types ¶ This section is empty. Source Files ¶ View all Source files unused.go Directories ¶ Show internal Expand all Path Synopsis cmd unused command Click to show internal directories. Click to hide internal directories.