Static analysis tool for Go that checks if errors are assigned to blank identifiers
https://pkg.go.dev/github.com/a2not/errorhandle
go get -u github.com/a2not/errorhandle
- detect receiving of returning
error
type value with_
variable
make build
export PATH=$PATH:~/go/src/github.com/a2not/errorhandle/cmd/errorhandle
go vet -vettool=`which errorhandle`