Documentation ¶
Overview ¶
Package reflectx contains reflect extensions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StructOrStructPtrIsZero ¶
StructOrStructPtrIsZero returns whether a given struct or struct pointer only contains zero-value public fields. This function panic if passed a value that is neither a pointer to struct nor a struct. This function panics if passed a nil struct pointer.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.