pulsar-function-go/log is not exist
See original GitHub issueDescribe 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
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
yes, you are right.
.gitignore
filtered this file, will fix it, thanks.https://github.com/apache/pulsar/blob/master/.gitignore#L37
the package name of
github.com/apache/pulsar/pulsar-function-go/log
just hit this .gitignore rule, by default thelog
package will be ignored and not commit to git.