unused icon indicating copy to clipboard operation
unused copied to clipboard

Analyzer: unused finds unused package level identifiers

unused Go Documentation Travis Go Report Card codecov

unused finds unused package level identifiers.

Install

$ go get github.com/gostaticanalysis/unused/cmd/unused

Usage

$ go vet -vettool=`which unused` pkgname