Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CapitalizeFirst ¶ added in v0.0.28
func MergeStringSlicePointers ¶
MergeStringSlicePointers combines multiple string slice pointers, deduplicates values, and sorts them
func MergeStructs ¶
func MergeStructs(dst interface{}, srcs ...interface{})
MergeStructs merges multiple structs of the same type, with later values taking precedence. Only non-zero values from later structs will override earlier values.
func ParseVersions ¶ added in v0.0.34
func RemoveDuplicates ¶
func RemoveDuplicates[T comparable](sliceList []T) []T
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.