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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go install
I tried the following command:
go install github.com/confluentinc/proto-go-setter@v0.3.0
and I keep getting the following error: package github.com/confluentinc/proto-go-setter is not a main package
package github.com/confluentinc/proto-go-setter is not a main package
Go Version: go1.19.4 darwin/arm64
go1.19.4 darwin/arm64
The text was updated successfully, but these errors were encountered:
@rishi-ramawat try with go install github.com/confluentinc/proto-go-setter/protoc-gen-setter
Sorry, something went wrong.
No branches or pull requests
I tried the following command:
and I keep getting the following error:
package github.com/confluentinc/proto-go-setter is not a main package
Go Version:
go1.19.4 darwin/arm64
The text was updated successfully, but these errors were encountered: