Versions in this module Expand all Collapse all v0 v0.0.10 Mar 15, 2023 Changes in this version + const AsciiLetters + const AsciiLowercase + const AsciiUppercase + const Digits + const Hexdigits + const HexdigitsLowercase + const HexdigitsUppercase + const Octdigits + const Printable + const Punctuation + const Whitespace + func GenerateDict(charset string, n int, context context.Context, dictCh chan string, ...) + func GenerateDictDo(charset string, n int, fn func(string, context.CancelFunc, int) bool)