We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3245ed2 commit 3ea5c9dCopy full SHA for 3ea5c9d
pkg/analysis/jsontags/testdata/src/a/a.go
@@ -18,6 +18,7 @@ type JSONTagTestStruct struct {
18
JSONTagWithID string `json:"jsonTagWithID"`
19
JSONTagWithTTL string `json:"jsonTagWithTTL"`
20
JSONTagWithGiB string `json:"jsonTagWithGiB"`
21
+ IgnoreTag string `json:"-"`
22
23
A `json:",inline"`
24
B `json:"bar,omitempty"`
0 commit comments