Skip to content

Commit 001735e

Browse files
Jamie Tannajamietanna
authored andcommitted
docs(extensions): correct link to x-omitempty example
1 parent fca4d05 commit 001735e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2676,7 +2676,7 @@ type ClientWithExtension struct {
26762676

26772677
Notice that the `ComplexField` is still generated in full, but the type will then be ignored with JSON marshalling.
26782678

2679-
You can see this in more detail in [the example code](examples/extensions/xgojsonignore/).
2679+
You can see this in more detail in [the example code](examples/extensions/xomitempty/).
26802680

26812681
### `x-go-json-ignore` - when (un)marshaling JSON, ignore field(s)
26822682

0 commit comments

Comments
 (0)