Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsNotEqual ¶ added in v0.1.0
func IsNotEqual(a, b interface{}) bool
IsNotEqual does not purely compare equality like reflect.DeepEqual does It returns false if a and b are equal It returns false if a and b are not equal but a is nil It returns true if a and b are not equal and a is not nil
func IsZeroValue ¶ added in v0.0.7
func IsZeroValue(i interface{}) bool
IsZeroValue returns true if input interface is the corresponding zero value
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.