# Functions
Contains helps to detect if a non-comparable struct is part of an array only use this method if you can't rely on existing golang Contains function of slices (https://pkg.go.dev/golang.org/x/exp/slices#Contains).
No description provided by the author
No description provided by the author
GetWriter creates an io.Writer that will actually split by line and format by LogConsumer.
No description provided by the author
Remove removes all elements from origin slice.
StringContains check if an array contains a specific value.
StringToBool converts a string to a boolean ignoring errors.
# Structs
SafeBuffer is a thread safe version of bytes.Buffer.
# Type aliases
No description provided by the author