github.com/google/licensecheck/old.Checker.urls (field)

5 uses

	github.com/google/licensecheck/old (current package)
		license.go#L77: 	urls     map[string]string
		license.go#L100: 		urls:     make(map[string]string),
		license.go#L116: 			c.urls[l.URL] = l.Name
		license.go#L396: 	name, ok := c.urls[url]
		license.go#L406: 		if name, ok = c.urls[url[:i]]; ok {