func DeadCode(projectPath string) []string
type Package struct { // contains filtered or unexported fields }
func (p *Package) Visit(node ast.Node) ast.Visitor
Visits files for used nodes.
type Report struct { // contains filtered or unexported fields }
type Reports []Report
func (l Reports) Len() int
func (l Reports) Less(i, j int) bool
func (l Reports) Swap(i, j int)