github.com/google/licensecheck/internal/match.Matches.Words (field)
6 uses
github.com/google/licensecheck/internal/match (current package)
regexp.go#L178: Words []Word // the text, split into Words
regexp.go#L195: Words: re.dict.Split(text),
regexp.go#L198: for i := 0; i < len(m.Words); i++ {
regexp.go#L199: p[0], p[1] = p[1], m.Words[i].ID
regexp.go#L201: match, end := re.dfa.match(re.dict, text, m.Words[i-1:])
github.com/google/licensecheck
scan.go#L126: words := matches.Words
![]() |
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. |