Versions in this module Expand all Collapse all v1 v1.0.0 Oct 8, 2017 Changes in this version + type ConError interface + Get func(key interface{}) interface{} + Set func(key, val interface{}) + func New(text string) ConError + func NewFromError(err error) ConError + type Error struct + func (e *Error) Error() string + func (e *Error) Get(key interface{}) interface{} + func (e *Error) Set(key, val interface{})