diff --git a/README.md b/README.md index 647ddb93..24753f78 100644 --- a/README.md +++ b/README.md @@ -116,13 +116,14 @@ message Label { } ``` - - Alternatively, you can enumerate the pooled objects with `--go-vtproto_opt=pool=.` flags passed via the CLI: + - Alternatively, you can enumerate the pooled objects/wildcard them with `--go-vtproto_opt=pool=.` flags passed via the CLI: ``` $(VTROOT)/bin/protoc ... \ --go-vtproto_opt=features=marshal+unmarshal+size+pool \ --go-vtproto_opt=pool=vitess.io/vitess/go/vt/proto/query.Row \ --go-vtproto_opt=pool=vitess.io/vitess/go/vt/proto/binlogdata.VStreamRowsResponse \ + --go-vtproto_opt=pool=vitess.io/vitess/go/vt/proto/response.* \ ``` 6. (Optional) If you are handling messages containing unknown fields and don't intend to forward these messages to a tool that might expect these fields, you can ignore them using the `ignoreUnknownFields` option.