lili001
2019-09-05 08:22
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))
不知道
Go开发短地址服务
5565 学习 · 27 问题
相似问题