package
Version:
v1.8.4-0...-cbac34e
Opens a new window with list of versions in this module.
Published: Sep 10, 2019
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package empty provides checks for empty variables.
func IsEmpty(value interface{}) bool
IsEmpty checks whether given <value> empty.
It returns true if <value> is in: 0, nil, false, "", len(slice/map/chan) == 0.
Or else it returns true.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.