Skip to content
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.

go get 出现如下错误 #6

Open
seacoastboy opened this issue Feb 19, 2019 · 2 comments
Open

go get 出现如下错误 #6

seacoastboy opened this issue Feb 19, 2019 · 2 comments
Labels
question Further information is requested

Comments

@seacoastboy
Copy link

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

@seacoastboy
Copy link
Author

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

@godcong
Copy link
Owner

godcong commented Feb 19, 2019

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

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

@godcong godcong added the question Further information is requested label Feb 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants