golang.org/x/mod/modfile.Comment.Suffix (field)

3 uses

	golang.org/x/mod/modfile (current package)
		read.go#L54: 	Suffix bool   // an end of line (not whole line) comment
		read.go#L679: 		if com.Suffix {
		rule.go#L421: 			line.Suffix = []Comment{{Token: "// indirect", Suffix: true}}