ShannonDing commented on issue #379: how to get github.com/apache/rocketmq-client-go v2.0.0-alpha1 version? URL: https://github.com/apache/rocketmq-client-go/issues/379#issuecomment-572345314 Since the alpha3, the version label was changed to v2.x.x with a prefix "v", you can use `require github.com/apache/rocketmq-client-go v2.x.x`, for old alpha version, maybe `require github.com/apache/rocketmq-client-go 2.0.0-alpha1` without prefix works well.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
