in csmnamer/hash.go [28:35]
func init() { for i := 0; i < 10; i++ { table = append(table, strconv.Itoa(i)) } for i := 0; i < 26; i++ { table = append(table, string('a'+rune(i))) } }