We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
x-omitempty
1 parent fca4d05 commit 001735eCopy full SHA for 001735e
1 file changed
README.md
@@ -2676,7 +2676,7 @@ type ClientWithExtension struct {
2676
2677
Notice that the `ComplexField` is still generated in full, but the type will then be ignored with JSON marshalling.
2678
2679
-You can see this in more detail in [the example code](examples/extensions/xgojsonignore/).
+You can see this in more detail in [the example code](examples/extensions/xomitempty/).
2680
2681
### `x-go-json-ignore` - when (un)marshaling JSON, ignore field(s)
2682
0 commit comments