raymondsugiarto commented on issue #384:
URL: 
https://github.com/apache/pulsar-client-go/issues/384#issuecomment-722311517


   Hi @Heasn ,
   
   Lets try this:
   1. Check your GOPATH..
   2. Create a project inside your GOPATH, then create main.go and import 
pulsar there..
   3. Run go get, (should be installing pulsar inside your src in GOPATH), wait 
until go pulsar client downloaded. Make sure code already download in 
src/github.com/apacher/pulsar like below
   
   <img width="515" alt="Screen Shot 2020-11-05 at 18 09 41" 
src="https://user-images.githubusercontent.com/7098737/98233929-43e99580-1f92-11eb-8247-a6fd773f6b84.png";>
   
   4. Then use it inside GOPATH, or you can use it as usual, its up to you. 
Actually your go pulsar already downloaded in your GOPATH
   
   Hopefully work for you
   


----------------------------------------------------------------
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]


Reply via email to