type github.com/google/licensecheck/old.Options

5 uses

	github.com/google/licensecheck/old (current package)
		license.go#L18: type Options struct {
		license.go#L24: var defaults = Options{
		license.go#L196: func Cover(input []byte, opts Options) (Coverage, bool) {
		license.go#L202: func (c *Checker) Cover(input []byte, opts Options) (Coverage, bool) {
		license.go#L487: func (c *Checker) submatches(text []int32, opts Options) []submatch {