Skip to content

Commit d33a829

Browse files
authored
Merge branch 'master' into fix/release-node20
2 parents 49c9090 + 8c5e495 commit d33a829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generators/go/presets/CommonPreset.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export const GO_COMMON_PRESET: GoPreset<GoCommonPresetOptions> = {
7272
},
7373
union: {
7474
field: ({ content }) => {
75-
return `${content} \`json:"-,omitempty\``;
75+
return `${content} \`json:"-,omitempty"\``;
7676
}
7777
}
7878
};

0 commit comments

Comments
 (0)