github.com/google/licensecheck/old.Options.MinLength (field)
6 uses
github.com/google/licensecheck/old (current package)
license.go#L19: MinLength int // Minimum length of run, in words, to count as a matching substring.
license.go#L25: MinLength: 10,
license.go#L491: if opts.MinLength <= 0 {
license.go#L492: opts.MinLength = defaults.MinLength
license.go#L547: if matchLength < opts.MinLength {
![]() |
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. |