From 5145acb914ddb4bc3a35eb7a5fb15ccbb2489a16 Mon Sep 17 00:00:00 2001 From: Viacheslav Poturaev Date: Sun, 5 Apr 2020 00:24:27 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a78fae..dfd9055 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ A `boolean` value to control `,omitempty` presence. ### `x-generate` A `boolean` value to control whether property should be added to generated `struct`. -Property with `"x-generate": true` will be skipped. +Property with `"x-generate": false` will be skipped. If `GoBuilder` option `requireXGenerate` is set to `true` only properties with `"x-generate": true` will be generated. ## CLI Tool