Coded error handling in Go.
Use error codes to identity what has gone wrong, and do not expose internal error messages to external clients.
Requires Go 1.13
and up.
go get https://github.com/tomwright/cerr
Check tests and examples on godoc.
Coded error handling in Go.
Use error codes to identity what has gone wrong, and do not expose internal error messages to external clients.
Requires Go 1.13
and up.
go get https://github.com/tomwright/cerr
Check tests and examples on godoc.