Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 845 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 845 Bytes

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