# Packages
No description provided by the author
# README
References
https://pkg.go.dev/github.com/pkg/errors?tab=doc
https://www.ardanlabs.com/blog/2014/11/error-handling-in-go-part-ii.html
https://blog.golang.org/errors-are-values
https://commandcenter.blogspot.com/2017/12/error-handling-in-upspin.html
https://dave.cheney.net/2016/06/12/stack-traces-and-the-errors-package
https://jbrandhorst.com/post/grpc-errors/