We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
go build command generates executable when targeting linux
No executable is generated
I see the following output:
sh-3.2$ GOOS=linux GOARCH=amd64 go build # github.com/apache/pulsar/pulsar-client-go/pulsar vendor/github.com/apache/pulsar/pulsar-client-go/pulsar/message.go:88:9: undefined: deserializeMessageId vendor/github.com/apache/pulsar/pulsar-client-go/pulsar/message.go:93:30: undefined: earliestMessageID vendor/github.com/apache/pulsar/pulsar-client-go/pulsar/message.go:96:28: undefined: latestMessageID vendor/github.com/apache/pulsar/pulsar-client-go/pulsar/client.go:29:9: undefined: newClient vendor/github.com/apache/pulsar/pulsar-client-go/pulsar/client.go:37:9: undefined: newAuthenticationToken vendor/github.com/apache/pulsar/pulsar-client-go/pulsar/client.go:42:9: undefined: newAuthenticationTokenSupplier vendor/github.com/apache/pulsar/pulsar-client-go/pulsar/client.go:47:9: undefined: newAuthenticationTLS vendor/github.com/apache/pulsar/pulsar-client-go/pulsar/client.go:52:9: undefined: newAuthenticationAthenz
not applicable, i'm using a v2 module but not sure that has any bearing
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior
go build command generates executable when targeting linux
Actual behavior
No executable is generated
I see the following output:
Steps to reproduce
GOOS=linux GOARCH=amd64 go build
or
GOOS=linux go build
System configuration
not applicable, i'm using a v2 module but not sure that has any bearing
The text was updated successfully, but these errors were encountered: