github.com/google/licensecheck/old.document.text (field)
7 uses
github.com/google/licensecheck/old (current package)
license.go#L69: text []byte // Original text.
license.go#L299: return len(doc.text)
license.go#L308: for pos < len(doc.text) {
license.go#L309: r, wid := utf8.DecodeRune(doc.text[pos:])
license.go#L365: urlIndexes := urlRE.FindAllIndex(doc.text[start:end], -1)
license.go#L371: if name, ok := c.licenseURL(string(doc.text[u0:u1])); ok {
normalize.go#L89: text: data,
![]() |
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. |