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 c4ac882 commit ccbb369Copy full SHA for ccbb369
gen/gen.go
@@ -122,7 +122,7 @@ func (g *Generator) Gen(dst io.Writer) error {
122
s += "\n\nThis is an \\ref OutputString."
123
}
124
125
- s += "\n\nDefaults to " + g.DefaultValue(*member, true /* isDocString */) + "."
+ s += "\n\nThe `INIT` macro sets this to " + g.DefaultValue(*member, true /* isDocString */) + "."
126
127
if member.PassedWithOwnership != nil {
128
panic("invalid")
0 commit comments