const github.com/google/licensecheck/old.blankID
5 uses
github.com/google/licensecheck/old (current package)
license.go#L577: if prev.licenseEnd < len(l.doc.words) && l.doc.words[prev.licenseEnd] == blankID {
license.go#L599: for matchLicenseStart >= 2 && l.doc.words[matchLicenseStart-1] == blankID && l.doc.words[matchLicenseStart-2] != blankID {
normalize.go#L14: blankID = -1
normalize.go#L51: words = append(words, blankID)
![]() |
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. |