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
go get github.com/sebastianwebber/berr@latest
check
./examples/main.go
for details.