You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/12/08 02:46:56 UTC

[GitHub] [pulsar-client-go] Jim-Lambert-Bose opened a new issue #112: Can't install go module.

Jim-Lambert-Bose opened a new issue #112: Can't install go module.
URL: https://github.com/apache/pulsar-client-go/issues/112
 
 
   #### Expected behavior
   go get github.com/apache/pulsar-client-go@latest
   
   should download and install the latest commit on the master branch
   
   #### Steps to reproduce
   
   $ go get github.com/apache/pulsar-client-go@latest
   go: finding github.com/apache/pulsar-client-go latest
   go build github.com/apache/pulsar-client-go: no non-test Go files in /Users/jimlambrt/go/pkg/mod/github.com/apache/pulsar-client-go@v0.0.0-20191205202832-862285fee18a
   
   I think this is happening because you only have one .go file in the parent directory https://github.com/apache/pulsar-client-go  and it's a test file.
   
   #### System configuration
   $ go version
   go version go1.13.4 darwin/amd64

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services