Registry / utility / catenacyber-perfsprint

catenacyber-perfsprint

JSON →
library0.10.1gogounverified

A Go linter that suggests performance improvements by replacing fmt.Sprintf with strconv functions where possible.

go get github.com/catenacyber/perfsprint
INSTALL
IMPORT
SIG · CATENACYBER-PERFSP
C
catenacyber-perfsprint
utilitygov0.10.1
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.

perfsprint
✓ github.com/catenacyber/perfsprint

Demonstrates how to use perfsprint as a vet tool.

package main import ( "fmt" "github.com/catenacyber/perfsprint" ) func main() { // This is a linter, not a library; usage is via go vet or golangci-lint fmt.Println("Run: go vet -vettool=$(which perfsprint) ./...") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
catenacyber-perfsprint — go get catenacyber-perfsprint · libregistry