TomWright / cerr

Coded error handling in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Coded error handling in Go.


Languages

Language:Go 100.0%