type go/doc.Example
10 uses
go/doc (current package)
doc.go#L37: Examples []*Example
doc.go#L64: Examples []*Example
doc.go#L82: Examples []*Example
example.go#L22: type Example struct {
example.go#L50: func Examples(testFiles ...*ast.File) []*Example {
example.go#L51: var list []*Example
example.go#L55: var flist []*Example
example.go#L85: flist = append(flist, &Example{
example.go#L463: func classifyExamples(p *Package, examples []*Example) {
example.go#L469: ids := make(map[string]*[]*Example)
![]() |
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. |