This is a fork of mathpresso/go-utils/errorutil with some fixes and improvements.
Package errorutil provides simple error wrapper for some features. Inspired by https://github.com/pkg/errors
Currently, errorutil provides error chaining mechanism with hierachy, and auto stacktrace binding.
$ go get https://github.com/coxwave/go-errorutil