Move 0 to position before 1.
This commit is contained in:
parent
7f58d67fe3
commit
6c4e68eee9
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ const (
|
|||
)
|
||||
|
||||
// Standard characters allowed in uniuri string.
|
||||
var StdChars = []byte("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890")
|
||||
var StdChars = []byte("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789")
|
||||
|
||||
// New returns a new random string of the standard length, consisting of
|
||||
// standard characters.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue