# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RandomString generates an alphabetic string with uppercase and lowercase letters of size n with some chance of being unique.
RandomString generates an alphabetic string with uppercase and lowercase letters of size n with some chance of being unique.
No description provided by the author
No description provided by the author
# Structs
Synchronizer implements the error interface as well as the Causer interface from package github.com/pkg/errors It just returns the first error when Cause is called
It is well suited for scatter and gather synchronization.