const github.com/google/licensecheck/internal/match.instMatch
7 uses
github.com/google/licensecheck/internal/match (current package)
rematch.go#L226: instMatch // completed match identified by arg
rematch.go#L246: case instMatch:
rematch.go#L278: return append(c.prog, reInst{op: instMatch, arg: m}), c.err
rematch.go#L475: if inst.op == instMatch {
rematch.go#L476: prog = append(prog, reInst{op: instMatch, arg: int32(i)})
rematch.go#L552: case instWord, instAny, instMatch:
rematch.go#L591: case instMatch:
![]() |
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. |