Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 631 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 631 Bytes

noiferr

Go License: MIT

Static analysis tool for Go that checks if errors are properly handled with conditional branch

Install

go get -u github.com/a2not/noiferr

what this does

  • check if the received error type is handled with conditional branch

how to use it

make build
export PATH=$PATH:~/go/src/github.com/a2not/noiferr/cmd/noiferr
go vet -vettool=`which noiferr`