Move 0 to position before 1.

This commit is contained in:
Dmitry Chestnykh 2011-04-05 21:48:14 +02:00
parent 7f58d67fe3
commit 6c4e68eee9

View File

@ -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.