type github.com/google/licensecheck/old.Checker
12 uses
github.com/google/licensecheck/old (current package)
license.go#L75: type Checker struct {
license.go#L97: func New(licenses []License) *Checker {
license.go#L98: c := &Checker{
license.go#L124: var builtin *Checker
license.go#L178: func (c *Checker) updateIndex(id int32, words []int32) {
license.go#L202: func (c *Checker) Cover(input []byte, opts Options) (Coverage, bool) {
license.go#L294: func (doc *document) endWordToEndByte(c *Checker, end int) int {
license.go#L319: func (doc *document) toByteOffsets(c *Checker, matches []Match) {
license.go#L344: func (doc *document) findURLsBetween(c *Checker, matches []Match) []Match {
license.go#L387: func (c *Checker) licenseURL(url string) (string, bool) {
license.go#L487: func (c *Checker) submatches(text []int32, opts Options) []submatch {
normalize.go#L34: func (c *Checker) normalize(data []byte, updateDict bool) *document {
![]() |
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. |