GErrors This package is a wrapper on the golang std errors package, and the purpose of it is using graceful error handling in microservice arch. Install go get github.com/ghoroubi/gerrors Example package main // Will be add here soon