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/07/15 07:15:51 UTC

[GitHub] [pulsar] freeznet opened a new issue #4726: pulsar-function-go/log is not exist

freeznet opened a new issue #4726: pulsar-function-go/log is not exist
URL: https://github.com/apache/pulsar/issues/4726
 
 
   **Describe the bug**
   `pulsar-function-go/log` is not exist, trying to compile example failed.
   
   **To Reproduce**
   Steps to reproduce the behavior:
   create a new pulsar go function and compile
   ```
   go build -o examplepulsar helloFunc.go
   ```
   
   get the error:
   
   ```
   $ go build -o examplepulsar helloFunc.go
   go: finding github.com/apache/pulsar/pulsar-function-go/log latest
   go: finding github.com/apache/pulsar/pulsar-function-go latest
   build command-line-arguments: cannot load github.com/apache/pulsar/pulsar-function-go/log: cannot find module providing package github.com/apache/pulsar/pulsar-function-go/log
   ```
   

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