godcong/wego

go get 出现如下错误

seacoastboy opened this issue · 2 comments

../../../go/src/github.com/godcong/wego/util/function.go:129:17: multiple-value uuid.NewV1() in single-value context

uuid.NewV1() 使用uuid.Must(uuid.NewV1()) 替换一下就可以了

使用release版本就可以了,这个master版本的uuid返回两个参数,release版本的返回单个参数。

新版里面我已经逐步用google的uuid替换了