You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/analysis/commentstart/testdata/src/a/a.go
+6
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,8 @@ type CommentStartTestStruct struct {
20
20
NoCommentstring`json:"noComment"`
21
21
} `json:"-"`
22
22
23
+
StructForInlineField`json:",inline"`
24
+
23
25
// IncorrectStartComment is a field with an incorrect start to the comment. // want "godoc for field IncorrectStartComment should start with 'incorrectStartComment ...'"
Copy file name to clipboardExpand all lines: pkg/analysis/commentstart/testdata/src/a/a.go.golden
+6
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,8 @@ type CommentStartTestStruct struct {
20
20
NoComment string `json:"noComment"`
21
21
} `json:"-"`
22
22
23
+
StructForInlineField `json:",inline"`
24
+
23
25
// incorrectStartComment is a field with an incorrect start to the comment. // want "godoc for field IncorrectStartComment should start with 'incorrectStartComment ...'"
0 commit comments