type go/doc.Type
7 uses
go/doc (current package)
doc.go#L30: Types []*Type
doc.go#L50: type Type struct {
filter.go#L74: func filterTypes(a []*Type, f Filter) []*Type {
reader.go#L796: func sortedTypes(m map[string]*namedType, allMethods bool) []*Type {
reader.go#L797: list := make([]*Type, len(m))
reader.go#L800: list[i] = &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. |