github.com/google/licensecheck.Scanner.urls (field)
5 uses
github.com/google/licensecheck (current package)
scan.go#L51: urls map[string]License
scan.go#L70: s.urls = make(map[string]License)
scan.go#L73: s.urls[l.URL] = l
scan.go#L227: l, ok := s.urls[url]
scan.go#L237: if l, ok = s.urls[url[:i]]; ok {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |