The highest tagged major version is
v2.
package
Version:
v1.6.0
Opens a new window with list of versions in this module.
Published: Apr 8, 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
¶
func IsEmpty(value interface{}) bool
判断给定的变量是否为空。
整型为0, 布尔为false, slice/map长度为0, 其他为nil的情况,都为空。
为空时返回true,否则返回false。
Source Files
¶
Click to show internal directories.
Click to hide internal directories.