Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions helper/acctest/random.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ func inverseMask(bits, byteLen int) ([]byte, error) {
const (
// CharSetAlphaNum is the alphanumeric character set for use with
// RandStringFromCharSet
// Test
CharSetAlphaNum = "abcdefghijklmnopqrstuvwxyz012346789"

// CharSetAlpha is the alphabetical character set for use with
Expand Down