Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 462 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 462 Bytes

berr: Better Errors

Better errors replaces the standard error message with a more detailed one. This makes it easier to debug your code and understand what is going on.

Yes, message output is inspired by the rust's anyhow crate. :D

Installation

go get github.com/sebastianwebber/berr@latest

Example

example

check ./examples/main.go for details.