github.com/google/licensecheck/internal/match.Dict.Words (method)
9 uses
github.com/google/licensecheck/internal/match (current package)
dict.go#L66: func (d *Dict) Words() []string {
regexp.go#L152: return nil, fmt.Errorf("%s: invalid pattern: begins with wildcard phrase: __ %s", sub.File(), dict.Words()[p[1]])
regexp.go#L155: return nil, fmt.Errorf("%s: invalid pattern: matches single word %s", sub.File(), dict.Words()[p[0]])
regexp.go#L158: return nil, fmt.Errorf("%s: invalid pattern: begins with wildcard phrase: %s __", sub.File(), dict.Words()[p[0]])
rematch.go#L234: words := d.Words()
rematch.go#L765: s = d.Words()[w]
rematch.go#L814: dictWords := dict.Words()
resyntax.go#L164: s := d.Words()[w]
resyntax.go#L168: b.WriteString(d.Words()[w])
![]() |
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. |