Registry / utility / golangci-errcheck

golangci-errcheck

JSON →
library0.0.0-20181223084120-ef45e06d44b6gogounverified

A tool for checking that errors are handled in Go programs.

go get github.com/golangci/errcheck
INSTALL
IMPORT
SIG · GOLANGCI-ERRCHECK
G
golangci-errcheck
utilitygov0.0.0-20181223084120-ef45e06d44b6
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.

errcheck
github.com/golangci/errcheck

Minimal usage showing import of the errcheck package.

package main import ( "fmt" "github.com/golangci/errcheck" ) func main() { fmt.Println(errcheck.CheckAll) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20181223084120-ef45e06d44b6latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
golangci-errcheck — go get golangci-errcheck · libregistry