func github.com/google/licensecheck/internal/match.reSyntaxError
12 uses
github.com/google/licensecheck/internal/match (current package)
resyntax.go#L41: func reSyntaxError(s string, i int, err error) error {
resyntax.go#L198: return nil, reSyntaxError(s, i, fmt.Errorf("(( not at beginning of line"))
resyntax.go#L208: return nil, reSyntaxError(s, i, fmt.Errorf("|| outside (( ))"))
resyntax.go#L212: return nil, reSyntaxError(s, i, err)
resyntax.go#L225: return nil, reSyntaxError(s, i, fmt.Errorf(")) not at end of line"))
resyntax.go#L231: return nil, reSyntaxError(s, i, err)
resyntax.go#L245: return nil, reSyntaxError(s, i, fmt.Errorf("?? not preceded by ))"))
resyntax.go#L249: return nil, reSyntaxError(s, i, fmt.Errorf("?? not at end of line"))
resyntax.go#L254: return nil, reSyntaxError(s, i, err)
resyntax.go#L274: return nil, reSyntaxError(s, i, errors.New("invalid wildcard count "+s[i:j+2]))
resyntax.go#L284: return nil, reSyntaxError(s, i, errors.New("opening //** without closing **//"))
resyntax.go#L305: return nil, reSyntaxError(s, len(s), fmt.Errorf("missing )) at end"))
 |
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. |