Categorygithub.com/a2not/errorhandle
modulepackage
0.0.0-20210730070233-4bd9ea8f00c7
Repository: https://github.com/a2not/errorhandle.git
Documentation: pkg.go.dev

# README

errorhandle

Go License: MIT

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`

# Packages

No description provided by the author
No description provided by the author

# Variables

Analyzer is ...