github.com/google/licensecheck/old.submatch.end (field)

8 uses

	github.com/google/licensecheck/old (current package)
		license.go#L168: 	end        int   // Index of first following word.
		license.go#L475: 	match.End = match.Start + (s.end - s.start)
		license.go#L520: 			if i := byLicense[licenseID]; i >= 0 && k < matches[i].end {
		license.go#L580: 				if prev.end+textGap >= start && matchLicenseStart >= prev.licenseEnd {
		license.go#L584: 					prev.end = end
		license.go#L604: 				if i := byLicense[licenseID]; i >= 0 && min < matches[i].end {
		license.go#L605: 					min = matches[i].end
		license.go#L629: 				end:        end,