modulepackage
0.0.0-20210730070233-4bd9ea8f00c7
Repository: https://github.com/a2not/errorhandle.git
Documentation: pkg.go.dev
# README
errorhandle
Static analysis tool for Go that checks if errors are assigned to blank identifiers
https://pkg.go.dev/github.com/a2not/errorhandle
Install
go get -u github.com/a2not/errorhandle
what this does
- detect receiving of returning
error
type value with_
variable
how to use it
make build
export PATH=$PATH:~/go/src/github.com/a2not/errorhandle/cmd/errorhandle
go vet -vettool=`which errorhandle`
# Variables
Analyzer is ...