skothari-tibco opened a new issue #7158: URL: https://github.com/apache/pulsar/issues/7158
**Describe the bug** A clear and concise description of what the bug is. In the documentation of pulsar function, under the Logger section there is an mistake in "Go" code sample . Go code sample states `"github.com/apache/pulsar/pulsar-function-go/log"` in the import but in reality it is `"github.com/apache/pulsar/pulsar-function-go/logutil"` **To Reproduce** Steps to reproduce the behavior: 1. Go to `https://pulsar.apache.org/docs/en/functions-develop/#logger` 2. Click on 'Go' 4. See error **Expected behavior** A clear and concise description of what you expected to happen. The import section of the code sample should have "github.com/apache/pulsar/pulsar-function-go/logutil"` **Screenshots** If applicable, add screenshots to help explain your problem. <img width="833" alt="Screen Shot 2020-06-03 at 7 48 15 PM" src="https://user-images.githubusercontent.com/43142501/83699847-2c694380-a5d3-11ea-917c-03b2005b8d6a.png"> ---------------------------------------------------------------- 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]
