Categorygithub.com/davidmz/mustbe
repositorypackage
1.4.0
Repository: https://github.com/davidmz/mustbe.git
Documentation: pkg.go.dev

# README

Package mustbe simplifies error handling. mustbe.OK* functions receives error argument and panics if is is not nil. mustbe.Catched/mustbe.CatchedAs functions handle these (and only these) panics.

See documentation on GoDoc

License: MIT