github.com/google/licensecheck/internal/match.reParser.words (method)
8 uses
github.com/google/licensecheck/internal/match (current package)
resyntax.go#L200: p.words(s[start:i], "((")
resyntax.go#L210: p.words(s[start:i], "||")
resyntax.go#L229: p.words(s[start:i], "))")
resyntax.go#L252: p.words(s[start:i], "??")
resyntax.go#L276: p.words(s[start:i], "__")
resyntax.go#L286: p.words(s[start:i], "//** **//")
resyntax.go#L295: p.words(s[start:], "")
resyntax.go#L333: func (p *reParser) words(text, next string) {
![]() |
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. |