Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeepEqual ¶
func DeepEqual(val1, val2 interface{}) bool
DeepEqual should be used in place of reflect.DeepEqual when the type of an object is unknown and may be a proto message. see https://github.com/golang/protobuf/issues/1173 for details on why reflect.DeepEqual no longer works for proto messages
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.