type github.com/google/licensecheck/old.Match

17 uses

	github.com/google/licensecheck/old (current package)
		license.go#L145: 	Match []Match
		license.go#L153: type Match struct {
		license.go#L206: 	var matches []Match
		license.go#L272: func (doc *document) sort(matches []Match) {
		license.go#L319: func (doc *document) toByteOffsets(c *Checker, matches []Match) {
		license.go#L344: func (doc *document) findURLsBetween(c *Checker, matches []Match) []Match {
		license.go#L345: 	var out []Match
		license.go#L372: 				out = append(out, Match{
		license.go#L416: func (doc *document) percent(matches []Match) float64 {
		license.go#L435: func (doc *document) startPos(matches []Match, i int) int {
		license.go#L454: func (doc *document) endPos(matches []Match, i int) int {
		license.go#L469: func makeMatch(l *license, s submatch) Match {
		license.go#L470: 	var match Match
		license.go#L480: func (m *Match) overlaps(n *Match) bool {

	golang.org/x/pkgsite/internal/testing/sample
		sample.go#L403: 				Match:   []oldlicensecheck.Match{{Name: LicenseType, Type: oldlicensecheck.MIT, Percent: 100}},