Skip to content
/ wraperr Public

Check that error return value are wrapped

License

Notifications You must be signed in to change notification settings

srvc/wraperr

Repository files navigation

wraperr

Build Status codecov Go project version Go Report Card license

Check that error return value are wrapped

Install

go get -u github.com/srvc/wraperr/cmd/wraperr

Usage

To check all packages beneath the current directory:

wraperr ./...

Inspired