github.com/google/licensecheck/old.submatch.end (field)
8 uses
github.com/google/licensecheck/old (current package)
license.go#L168: end int // Index of first following word.
license.go#L475: match.End = match.Start + (s.end - s.start)
license.go#L520: if i := byLicense[licenseID]; i >= 0 && k < matches[i].end {
license.go#L580: if prev.end+textGap >= start && matchLicenseStart >= prev.licenseEnd {
license.go#L584: prev.end = end
license.go#L604: if i := byLicense[licenseID]; i >= 0 && min < matches[i].end {
license.go#L605: min = matches[i].end
license.go#L629: end: end,
![]() |
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. |