Versions in this module Expand all Collapse all v1 v1.0.3 Dec 24, 2020 v1.0.0 Dec 24, 2020 Changes in this version + type ErrorResult struct + func Result(vs ...interface{}) *ErrorResult + func (this *ErrorResult) Unwrap() interface{} + func (this *ErrorResult) Unwrap_Or(v interface{}) interface{} + func (this *ErrorResult) Unwrap_Or_Else(f func() interface{}) interface{}