Registry / utility / tsenart-deadcode

tsenart-deadcode

JSON →
library0.0.0-20160724212837-210d2dc333e9gogounverified

A tool to detect unused code (dead code) in Go programs.

go get github.com/tsenart/deadcode
INSTALL
IMPORT
SIG · TSENART-DEADCODE
T
tsenart-deadcode
utilitygov0.0.0-20160724212837-210d2dc333e9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

deadcode
github.com/tsenart/deadcode

Deadcode is primarily a CLI tool; this shows the import path.

package main import ( "fmt" "github.com/tsenart/deadcode" ) func main() { // deadcode is typically used as a command-line tool, not a library. fmt.Println("Use 'deadcode' CLI to find unused functions.") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20160724212837-210d2dc333e9latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
tsenart-deadcode — go get tsenart-deadcode · libregistry