go/ast.Comment.Pos (method, view implemented interface methods)

4 uses

	go/ast (current package)
		ast.go#L73: func (c *Comment) Pos() token.Pos { return c.Slash }
		ast.go#L82: func (g *CommentGroup) Pos() token.Pos { return g.List[0].Pos() }
		ast.go#L1120: 			if comment.Pos() > file.Package {

	go/doc
		reader.go#L529: 				Pos:  list[0].Pos(),