type github.com/google/licensecheck.Scanner
9 uses
github.com/google/licensecheck (current package)
scan.go#L23: builtinScanner = new(Scanner)
scan.go#L49: type Scanner struct {
scan.go#L56: func NewScanner(licenses []License) (*Scanner, error) {
scan.go#L57: s := new(Scanner)
scan.go#L65: func (s *Scanner) init(licenses []License) error {
scan.go#L114: func (s *Scanner) Scan(text []byte) Coverage {
scan.go#L218: func (s *Scanner) licenseURL(url string) (License, bool) {
golang.org/x/pkgsite/internal/licenses
licenses.go#L277: _scanner *licensecheck.Scanner
licenses.go#L281: func scanner() *licensecheck.Scanner {
![]() |
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. |