We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9ece37 commit 7f8c207Copy full SHA for 7f8c207
cmd/protoc-gen-go-http/main.go
@@ -12,7 +12,7 @@ var (
12
showVersion = flag.Bool("version", false, "print the version and exit")
13
omitempty = flag.Bool("omitempty", true, "omit if google.api is empty")
14
omitemptyPrefix = flag.String("omitempty_prefix", "", "omit if google.api is empty")
15
- isUseProtoTextNameAsKey = flag.Bool("prototext_key", false, "use proto text name as params key")
+ isUseProtoTextNameAsKey = flag.Bool("prototext_as_key", false, "use proto text name as params key")
16
)
17
18
func main() {
0 commit comments