Categorygithub.com/tyrm/go-util
modulepackage
0.4.2
Repository: https://github.com/tyrm/go-util.git
Documentation: pkg.go.dev

# README

go-util

Util functions I keep copying to projects

Go Report Card codecov Release License PkgGoDev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

ContainsOneOfStrings will return true if any of a group of strings is found in a given group of strings.
ContainsOneOfUUIDs will return true if any of a group of uuids is found in a given group of uuids.
ContainsString will return true if a string is found in a given group of strings.
ContainsUUID will return true if a uuid is found in a given group of uuids.
FastPopString will remove the first found string from group of strings without preserving the order.