Documentation ¶
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
func RandString ¶
func StringsContain ¶
StringsContain reports whether substr is within s.
Types ¶
type CharSet ¶
type CharSet string
const ( NumberSet CharSet = "0123456789" LowerCharSet CharSet = "abcdefghijklmnopqrstuvwxyz" UpperCharSet CharSet = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" SpecialCharSet CharSet = "~!@#$%^&*_+-=<>?" AllCharSet CharSet = LowerCharSet + UpperCharSet + SpecialCharSet + NumberSet )
Click to show internal directories.
Click to hide internal directories.