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
I've built and installed the tool. Then using buf:
# buf.gen.yaml # Generated by "buf config migrate-v1beta1". Edit as necessary, and # remove this comment when you're finished. version: v1 plugins: - name: go out: . opt: paths=source_relative - name: go-grpc out: . opt: paths=source_relative - name: fieldmask out: .
And running
✗ buf generate -o pkg/proto Failure: plugin fieldmask: github.com/<repo>/../<filename>.pb.fieldmask.go: unparsable Go source: 296:1: expected '}', found 'type' (and 9 more errors)
I'm sorry I can't provide a narrower concrete example right now.
The text was updated successfully, but these errors were encountered:
Hi @danwt , Thanks for reporting the issue. Would you mind sharing the proto file (or an example proto file) that reproduces the issue?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I've built and installed the tool. Then using buf:
And running
I'm sorry I can't provide a narrower concrete example right now.
The text was updated successfully, but these errors were encountered: