devinbost commented on issue #7463: URL: https://github.com/apache/pulsar/issues/7463#issuecomment-654477177
It turns out that the fix was to change the last line from: `RUN go get -u github.com/apache/pulsar/pulsar-client-go/pulsar` to `RUN go get -u github.com/apache/pulsar-client-go/pulsar` which is a very subtle difference. I'm updating this issue to request improved documentation to prevent confusion. ---------------------------------------------------------------- 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]
