go/ast.ImportSpec.Doc (field)
6 uses
go/ast (current package)
ast.go#L903: 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#L2549: Doc: doc,
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)