Versions in this module Expand all Collapse all v1 v1.5.1 Feb 8, 2017 v1.5.0 Oct 23, 2016 Changes in this version + type Equalities map[reflect.Type]reflect.Value + func EqualitiesOrDie(funcs ...interface{}) Equalities + func (e Equalities) AddFunc(eqFunc interface{}) error + func (e Equalities) AddFuncs(funcs ...interface{}) error + func (e Equalities) DeepDerivative(a1, a2 interface{}) bool + func (e Equalities) DeepEqual(a1, a2 interface{}) bool + type StructTag struct + Name string + Value string + func (t StructTag) String() string + type StructTags []StructTag + func ParseStructTags(tag string) (StructTags, error) + func (tags StructTags) Has(name string) bool + func (tags StructTags) String() string