Documentation ¶ Index ¶ func IsEmpty(value interface{}) bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func IsEmpty ¶ func IsEmpty(value interface{}) bool IsEmpty determines if the given value is empty or not. Uses reflection to check for empty on strings, slice, ptr, etc We don't want to actually check for zero values on everything because that could be a valid case. Types ¶ This section is empty. Source Files ¶ View all Source files empty.go Click to show internal directories. Click to hide internal directories.