go/doc.Example.Name (field)
7 uses
golang.org/x/pkgsite/internal/godoc/internal/doc
example.go#L23: Name string // name of the item being exemplified (including optional suffix)
example.go#L86: Name: name[len("Example"):],
example.go#L108: return list[i].Name < list[j].Name
example.go#L621: for i := len(ex.Name); i >= 0; i = strings.LastIndexByte(ex.Name[:i], '_') {
example.go#L622: prefix, suffix, ok := splitExampleName(ex.Name, i)
![]() |
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. |