golang md5及随机字符串

lcj0304 ·
func GetRandomString(len int64) 这一行的长度变量名是len,然后下面用 len(bytes) 都把len()函数覆盖了。 改下变量名吧,否则你这个是编译不过的。
#1