-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
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
docs reference nonexistent flag #1328
Comments
You most likely have an older version of |
I just updated to 3.17.2 and here's what I get:
|
Ah, okay, I can get a different error message if I also specify the "--go_out" flag. I guess that's pretty confusing behavior. Now I need to figure out how to get the import path to work, I'm trying the "M" flag from the docs and it's not working. |
Ah, looks like You shouldn't need to specify a
|
Thanks for the help - I ended up getting it sorted out here, ttacon/libphonenumber#107 |
Sorry, may I know why you fix "Unknown flag: --go_opt"? I tried almost every method available but in vain. |
This page: https://developers.google.com/protocol-buffers/docs/reference/go-generated
makes several references to a "go_opt" flag, which as far as I can tell, does not exist with the latest installed protoc version.
The text was updated successfully, but these errors were encountered: