github.com/google/licensecheck/internal/match.reCompile.err (field)

4 uses

	github.com/google/licensecheck/internal/match (current package)
		rematch.go#L263: 	err        error // first problem found; report delayed until end of compile
		rematch.go#L278: 	return append(c.prog, reInst{op: instMatch, arg: m}), c.err
		rematch.go#L361: 		if c.endPattern && c.err == nil {
		rematch.go#L362: 			c.err = fmt.Errorf("__%d__ wildcard with no required text following", re.n)