Skip to content

TomWright/cerr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status codecov Documentation

cerr

Coded error handling in Go.

Use error codes to identity what has gone wrong, and do not expose internal error messages to external clients.

Usage

Requires Go 1.13 and up.

go get https://github.com/tomwright/cerr

Check tests and examples on godoc.