// Equivalent returns a nil error if the inputs describe the same configuration. // On mismatch, returns a descriptive error showing the differences. func (cs ConfState) Equivalent(cs2 ConfState) error { … }
// Equivalent returns a nil error if the inputs describe the same configuration. // On mismatch, returns a descriptive error showing the differences. func (cs ConfState) Equivalent(cs2 ConfState) error { … }