type github.com/google/licensecheck.Type
15 uses
github.com/google/licensecheck (current package)
license.go#L81: Type Type // reported license type
license.go#L107: Type Type // The type of the license: BSD, MIT, etc.
license.go#L114: type Type uint
license.go#L118: Unknown Type = 0
license.go#L122: Unrestricted Type = 1 << iota
license.go#L161: func (t Type) Merge(u Type) Type {
license.go#L166: var m Type
license.go#L185: t Type
license.go#L203: func (t Type) String() string {
license.go#L222: func ParseType(s string) (Type, error) {
license.go#L223: var t Type
license.go#L234: t |= Type(n)
scan.go#L32: m := make(map[string]Type)
![]() |
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. |