golang.org/x/mod/modfile.input.comments (field)

4 uses

	golang.org/x/mod/modfile (current package)
		read.go#L330: 	comments   []Comment // accumulated comments
		read.go#L543: 			in.comments = append(in.comments, Comment{in.token.pos, in.token.text, suffix})
		read.go#L678: 	for _, com := range in.comments {