go/ast.ImportSpec.Doc (field)
8 uses
go/ast (current package)
ast.go#L895: Doc *CommentGroup // associated documentation; or nil
walk.go#L300: if n.Doc != nil {
walk.go#L301: Walk(v, n.Doc)
go/build
read.go#L466: doc := spec.Doc
go/doc
example.go#L312: if c := s.(*ast.ImportSpec).Doc; c != nil {
go/parser
parser.go#L2532: Doc: doc,
go/printer
nodes.go#L1621: p.setComment(s.Doc)
printer.go#L1041: return n.Doc
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)