github.com/google/licensecheck/internal/match.reSyntax.n (field)
7 uses
github.com/google/licensecheck/internal/match (current package)
rematch.go#L362: c.err = fmt.Errorf("__%d__ wildcard with no required text following", re.n)
rematch.go#L365: end := len(c.prog) + int(re.n)*2
rematch.go#L366: for i := int32(0); i < re.n; i++ {
rematch.go#L370: if re.n > 3 {
resyntax.go#L67: n int32 // wildcard count (opWild)
resyntax.go#L141: fmt.Fprintf(b, "__%d__", re.n)
resyntax.go#L277: p.push(&reSyntax{op: opWild, n: int32(n)})
![]() |
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. |