Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsNilValue ¶
IsNilValue 对 IsNil 方法进一步封装 如果 val 的类型 为 map、chan、slice、interface 和 ptr 以及 func,可以执行 IsNil 方法 否则直接返回 false,避免执行 IsNil 方法时发生 panic 特别注意的是,如果 val 本身为非法的值时(例如 nil),需要先通过 IsValid 方法进行判断,避免后续操作发生 panic
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.