-
Notifications
You must be signed in to change notification settings - Fork 427
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
Comments
what’s the go version. |
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. |
@BLAZZ I thinks it's glad to see this change, seems like github.com/satori/go.uuid is not maintained anymore. |
When this fea will be merged? |
/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
The text was updated successfully, but these errors were encountered: