Skip to content

mdempsky/codesweep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

About:

The codesweep program analyzes a collection of Go packages to identify objects that are never used.

Install:

$ go get github.com/mdempsky/codesweep

Usage:

$ codesweep cmd/compile/...

Caveats:

Codesweep's primary use case is for cleaning up the Go toolchain's machine-translated and non-idiomatic Go source code.

At this time, I suspect https://github.com/dominikh/go-unused with its -exported flag does everything I want with fewer false positives.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages