go/doc.reader.lookupType (method)
7 uses
go/doc (current package)
exports.go#L223: r.filterType(r.lookupType(s.Name.Name), s.Type)
reader.go#L180: func (r *reader) lookupType(name string) *namedType {
reader.go#L208: if ftype := r.lookupType(fname); ftype != nil {
reader.go#L295: if typ := r.lookupType(domName); typ != nil {
reader.go#L336: typ := r.lookupType(spec.Name.Name)
reader.go#L397: if typ := r.lookupType(recvTypeName); typ != nil {
reader.go#L421: if t := r.lookupType(n); t != nil {
![]() |
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. |