Versions in this module Expand all Collapse all v0 v0.5.1 Aug 13, 2019 Changes in this version + const Digits + const LowerLetters + const SpecialChars + const UpperLetters + var Base62Chars = Digits + UpperLetters + LowerLetters + func RandomString(strLength int, allowedChars string) (string, error)