type github.com/google/licensecheck.License
13 uses
github.com/google/licensecheck (current package)
data.gen.go#L5: var builtinLREs = []License{
license.go#L79: type License struct {
scan.go#L29: func BuiltinLicenses() []License {
scan.go#L31: list := append([]License{}, builtinLREs...)
scan.go#L50: licenses []License
scan.go#L51: urls map[string]License
scan.go#L56: func NewScanner(licenses []License) (*Scanner, error) {
scan.go#L65: func (s *Scanner) init(licenses []License) error {
scan.go#L70: s.urls = make(map[string]License)
scan.go#L218: func (s *Scanner) licenseURL(url string) (License, bool) {
scan.go#L242: return License{}, false
urls.go#L17: var builtinURLs = []License{
golang.org/x/pkgsite/internal/licenses
exceptions.gen.go#L13: var exceptionLicenses = []licensecheck.License{
![]() |
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. |