github.com/google/licensecheck/internal/match.reSyntax.w (field)
9 uses
github.com/google/licensecheck/internal/match (current package)
rematch.go#L291: for _, w := range re.w {
rematch.go#L454: if len(re.w) > 0 {
resyntax.go#L66: w []WordID // words (opWords)
resyntax.go#L157: if len(re.w) == 0 {
resyntax.go#L160: for i, w := range re.w {
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}})
resyntax.go#L507: w := re.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. |