package
0.0.0-20210708194148-39e06cabe440
Repository: https://github.com/saharsh-samples/go-mux-sql-starter.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

IsEmptyString returns 'true' if string contains NO non-whitespace characters.
IsNonEmptyString returns 'true' if string contains ANY non-whitespace characters.
IsStringMissingInSlice returns 'true' if the provided slice DOES NOT contain provided string value.
IsStringValidEmail returns 'true' if string meets requirements for an email address.
JoinErrors concatenates error text of all errors into one semi-colon delimited string.
WaitTill provided condition returns true or timeout occurs.

# Constants

ErrTimeout is the error text of timeout error from WaitTill.