Respect filename format

This commit is contained in:
andreimarcu 2015-09-28 12:53:07 -04:00
parent 4599e055e5
commit ca0754725b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import (
// from http://stackoverflow.com/a/31832326
var src = rand.NewSource(time.Now().UnixNano())
const letterBytes = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
const letterBytes = "abcdefghijklmnopqrstuvwxyz1234567890"
const (
letterIdxBits = 6 // 6 bits to represent a letter index
letterIdxMask = 1<<letterIdxBits - 1 // All 1-bits, as many as letterIdxBits