Versions in this module Expand all Collapse all v0 v0.3.0 Jul 31, 2021 Changes in this version + func MapCopy(in map[string]interface{}, pairs ...interface{}) error + func MapCopyAll(in map[string]interface{}, pairs ...interface{}) error + func SplitErr(in error) []error v0.2.0 Jul 23, 2021 Changes in this version + func MustCopyAll(pairs ...interface{}) v0.1.0 Jul 23, 2021 Changes in this version + func Copy(pairs ...interface{}) error + func MustCopy(pairs ...interface{}) + type Errors struct + func CopyAll(pairs ...interface{}) *Errors + func (me *Errors) Error() string + func (me *Errors) Len() int + func (me *Errors) List() []error