Registry / utility / golangci-unconvert

golangci-unconvert

JSON →
library0.0.0-20180507085042-28b1c447d1f4gogounverified

Package unconvert removes redundant type conversions from Go packages.

go get github.com/golangci/unconvert
INSTALL
IMPORT
SIG · GOLANGCI-UNCONVERT
G
golangci-unconvert
utilitygov0.0.0-20180507085042-28b1c447d1f4
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.

unconvert
github.com/golangci/unconvert

Check for redundant type conversions in the current directory.

package main import ( "fmt" "github.com/golangci/unconvert" ) func main() { changes, err := unconvert.Check("./...") fmt.Println(changes, err) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20180507085042-28b1c447d1f4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
22
Resources
golangci-unconvert — go get golangci-unconvert · libregistry