go/parser.parser.lineComment (field)
8 uses
go/parser (current package)
parser.go#L43: lineComment *ast.CommentGroup // last line comment
parser.go#L318: p.lineComment = nil
parser.go#L333: p.lineComment = comment
parser.go#L750: field := &ast.Field{Doc: doc, Names: idents, Type: typ, Tag: tag, Comment: p.lineComment}
parser.go#L962: spec := &ast.Field{Doc: doc, Names: idents, Type: typ, Comment: p.lineComment}
parser.go#L2323: Comment: p.lineComment,
parser.go#L2366: Comment: p.lineComment,
parser.go#L2396: spec.Comment = p.lineComment
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |