We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
paths=source_relative
1 parent fb8dce5 commit cf6a9efCopy full SHA for cf6a9ef
README.md
@@ -143,7 +143,7 @@ code.
143
144
**Note**: by default **example.pb.validate.go** is nested in a directory
145
structure that matches your `option go_package` name. You can change this using
146
-the protoc parameter `paths=source_relative:.`. Then `--validate_out` will
+the protoc parameter `paths=source_relative:.`, as like `--validate_out="lang=go,paths=source_relative:../generated"`. Then `--validate_out` will
147
output the file where it is expected. See Google's protobuf documentation
148
or [packages and input paths](https://github.com/golang/protobuf#packages-and-input-paths)
149
or [parameters](https://github.com/golang/protobuf#parameters) for more
0 commit comments