zhaoyajun2009 commented on a change in pull request #14555: URL: https://github.com/apache/pulsar/pull/14555#discussion_r821801915
########## File path: site2/docs/client-libraries-go.md ########## @@ -16,7 +16,9 @@ You can use Pulsar [Go client](https://github.com/apache/pulsar-client-go) to cr ### Install go package -You can install the `pulsar` library locally using `go get`. +You can get the `pulsar` library by using `go get` or use it with `go module`. + +Download to local: Review comment: Download library of Go client to your local environment: -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
