go/ast.ImportSpec.Comment (field)

8 uses

	go/ast (current package)
		ast.go#L898: 		Comment *CommentGroup // line comments; or nil
		import.go#L76: 	c := s.(*ImportSpec).Comment
		import.go#L88: 	return prev.(*ImportSpec).Comment == nil
		walk.go#L307: 		if n.Comment != nil {
		walk.go#L308: 			Walk(v, n.Comment)

	go/parser
		parser.go#L2535: 		Comment: p.lineComment,

	go/printer
		nodes.go#L1627: 		p.setComment(s.Comment)
		printer.go#L1061: 		return n.Comment