package
0.0.0-20250208085904-1b1a66c1158a
Repository: https://github.com/breadchris/share.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package util provides a few bootstrapping utilities for golang services, and a consistent API to
wrap third parties libraries for things such as stats aggregation and logging.
No description provided by the author
# Functions
GenerateStampedUUID - Generates a UUID and prepends a timestamp to it.
GenerateUUID - Generates a UUID and returns it as a hex encoded string.
NewStringSet creates a new string set from strings slice.
# Type aliases
StringSet is a list of unique strings.