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
All files in autogen folder ( both *.pb.go and *.mock.go) are generated with protoc-gen-gogo.
*.pb.go
*.mock.go
protoc-gen-gogo.
All gen-* targets in Makefile (gen-rusk, gen-monitor, gen-node) are using --go_out flag instead of --gogo_out
--go_out
--gogo_out
As per discussion, if we want to keep gogo tool, any gen-* targets should use --gogo_out
gogo
gen-*
The text was updated successfully, but these errors were encountered:
No branches or pull requests
All files in autogen folder ( both
*.pb.go
and*.mock.go
) are generated withprotoc-gen-gogo.
All gen-* targets in Makefile (gen-rusk, gen-monitor, gen-node) are using
--go_out
flag instead of--gogo_out
As per discussion, if we want to keep
gogo
tool, anygen-*
targets should use--gogo_out
The text was updated successfully, but these errors were encountered: