Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Producer compile error #919

Closed
yuzx2008 opened this issue Sep 16, 2022 · 4 comments · Fixed by #972
Closed

Producer compile error #919

yuzx2008 opened this issue Sep 16, 2022 · 4 comments · Fixed by #972
Labels
question Further information is requested

Comments

@yuzx2008
Copy link

/home/yuzx/go/pkg/mod/github.com/apache/rocketmq-client-go/[email protected]/producer/producer.go:157:19: multiple-value uuid.NewV4() (value of type (uuid.UUID, error)) in single-value context

@ShannonDing ShannonDing added the question Further information is requested label Sep 21, 2022
@ShannonDing
Copy link
Member

what’s the go version.
could you pls try to have a test on #911 and give some feedback?

@BLAZZ
Copy link

BLAZZ commented Oct 21, 2022

also have this problem when we using dubbo-go who use mod github.com/satori/go.uuid v1.2.1, is conflict with v 1.2.0, so we cant use both in a project.
consider upgrade version may cause someone else have a compile error and github.com/satori/go.uuid is seemingly EOL, so
how about change to gitee.com/gofrs/uuid/v4 ?

@sysulq
Copy link
Contributor

sysulq commented Nov 7, 2022

@BLAZZ I thinks it's glad to see this change, seems like github.com/satori/go.uuid is not maintained anymore.

@dawn2zhang
Copy link

When this fea will be merged?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants