go/ast.ImportSpec.Doc (field)
8 uses
go/ast (current package)
ast.go#L899: Doc *CommentGroup // associated documentation; or nil
walk.go#L276: if n.Doc != nil {
walk.go#L277: Walk(v, n.Doc)
go/build
read.go#L485: doc := spec.Doc
go/doc
example.go#L263: if c := s.(*ast.ImportSpec).Doc; c != nil {
go/parser
parser.go#L2519: Doc: doc,
go/printer
nodes.go#L1688: p.setComment(s.Doc)
printer.go#L1054: return n.Doc
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)