go/doc.Type.Name (field)
6 uses
go/doc (current package)
doc.go#L52: Name string
example.go#L478: if !token.IsExported(t.Name) {
example.go#L481: ids[t.Name] = &t.Examples
reader.go#L802: Name: t.name,
reader.go#L813: func(i, j int) bool { return list[i].Name < list[j].Name },
![]() |
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. |