package
0.0.0-20241005165219-eb1bcf33780f
Repository: https://github.com/root4loot/goutils.git
Documentation: pkg.go.dev
# Functions
AppendUnique appends unique elements from elems to slice, avoiding duplicates.
Contains checks if a slice contains a specified element.
DeleteEmpty removes zero-value elements from a slice.
Remove deletes an item from a slice of elements.
Unique returns a slice with only unique elements, preserving the order of the first occurrence.