Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Cat ¶
Cat concatenates strings. It is intended to used in the core executing path for performance optimization. fmt.Printf is still recommended for readability.
func DeleteStrInSlice ¶
DeleteStrInSlice deletes the matched string in the slice.
func IsAllEmpty ¶ added in v1.5.1
IsAllEmpty returns whether all strings are empty.
func IsAnyEmpty ¶ added in v1.5.1
IsAnyEmpty returns whether any string is empty.
func StrInSlice ¶
StrInSlice returns whether the string is in the slice.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.