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 594deca commit 02a888eCopy full SHA for 02a888e
src/go/ast/ast.go
@@ -1064,7 +1064,7 @@ type File struct {
1064
Scope *Scope // package scope (this file only). Deprecated: see Object
1065
Imports []*ImportSpec // imports in this file
1066
Unresolved []*Ident // unresolved identifiers in this file. Deprecated: see Object
1067
- Comments []*CommentGroup // list of all comments in the source file
+ Comments []*CommentGroup // comments in the file, in lexical order
1068
GoVersion string // minimum Go version required by //go:build or // +build directives
1069
}
1070
0 commit comments