Jim-Lambert-Bose commented on issue #112: Can't install go module. URL: https://github.com/apache/pulsar-client-go/issues/112#issuecomment-563390752 I agree, your solution is better and should fix the issue. `go get` was able to download @latest version of the module, but since the "build" failed (with only test files in the root dir) the go tooling would not update the go.mod file in my project that used the pulsar client... effectively, the module was "installed" but the tooling didn't auto-magically update the go.mod file... this meant I could test locally, but there's no way I'd be able to use the @latest version in my deployments.
---------------------------------------------------------------- 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
