Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AreStructsEqual ¶
AreStructsEqual reports whether s1 and s2 are (deeply) equal. Supports pointers. Returns false if s1 or s2 are not structs.
func CapitalizeFirstChar ¶
CapitalizeFirstChar returns s with the first character capitalized.
func IsStringEmpty ¶
IsStringEmpty reports whether s is empty. All-spaces are reported empty.
func IsStructEmpty ¶
IsStructEmpty reports whether s is (deeply) empty. Supports pointers. Returns false if s is not a struct.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.