github.com/google/licensecheck/internal/match.reCompile.endPattern (field)
9 uses
github.com/google/licensecheck/internal/match (current package)
rematch.go#L261: endPattern bool // compiling the end of the pattern
rematch.go#L275: c := &reCompile{prog: init, endPattern: true}
rematch.go#L295: if c.endPattern {
rematch.go#L301: if c.endPattern {
rematch.go#L307: c.endPattern = i >= endIndex
rematch.go#L315: endPattern := c.endPattern
rematch.go#L325: endPattern := c.endPattern
rematch.go#L334: c.endPattern = endPattern
rematch.go#L361: if c.endPattern && c.err == nil {
![]() |
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. |