type github.com/google/licensecheck/old.Type
8 uses
github.com/google/licensecheck/old (current package)
license.go#L32: type Type int
license.go#L35: AGPL Type = iota
license.go#L48: func licenseType(name string) Type {
license.go#L49: for l := Type(0); l < NumTypes; l++ {
license.go#L62: typ Type
license.go#L155: Type Type // The type of the license: BSD, MIT, etc.
type_string.go#L27: func (i Type) String() string {
type_string.go#L28: if i < 0 || i >= Type(len(_Type_index)-1) {
![]() |
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. |