github.com/google/licensecheck/old.document.byteOff (field)
7 uses
github.com/google/licensecheck/old (current package)
license.go#L71: byteOff []int32 // ith byteOff is byte offset of ith word in original text.
license.go#L284: for i, off := range doc.byteOff {
license.go#L302: return int(doc.byteOff[end-1]) + len(c.words[doc.words[end-1]])
license.go#L307: pos := int(doc.byteOff[end-1])
license.go#L326: m.Start = int(doc.byteOff[start])
license.go#L359: start := int(doc.byteOff[startWord])
normalize.go#L91: byteOff: indexes,
![]() |
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. |