github.com/google/licensecheck/internal/match.Word.ID (field)
8 uses
github.com/google/licensecheck/internal/match (current package)
dict.go#L72: ID WordID
dict.go#L191: if len(words) > 0 && words[len(words)-1].ID == id && string(w) == "copyright" {
regexp.go#L199: p[0], p[1] = p[1], m.Words[i].ID
rematch.go#L820: w := word.ID
resyntax.go#L357: re.w = append(re.w, w.ID)
resyntax.go#L363: p.stack = append(p.stack, &reSyntax{op: opWords, w: []WordID{last.ID}})
github.com/google/licensecheck
scan.go#L142: if words[i].ID == copyright {
scan.go#L152: if w.ID == http {
![]() |
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. |