base62.EncodeInt64 这个方法在哪里?
go get -u github.com/mattheath/base62
base62.EncodeInt64
在
github.com/mattheath/base62
是不是得改一下
//h := ToSha1(url)
t := sha1.New()
io.WriteString(t, url)
h := fmt.Sprintf("%x", t.Sum(nil))
不知道