type go/doc.Func
14 uses
go/doc (current package)
doc.go#L32: Funcs []*Func
doc.go#L58: Funcs []*Func // sorted list of functions returning this type
doc.go#L59: Methods []*Func // sorted list of methods (including embedded ones) of this type
doc.go#L68: type Func struct {
filter.go#L63: func filterFuncs(a []*Func, f Filter) []*Func {
reader.go#L23: type methodSet map[string]*Func
reader.go#L63: mset[name] = &Func{
reader.go#L79: func (mset methodSet) add(m *Func) {
reader.go#L87: mset[m.Name] = &Func{
reader.go#L609: func customizeRecv(f *Func, recvTypeName string, embeddedIsPtr bool, level int) *Func {
reader.go#L828: func sortedFuncs(m methodSet, allMethods bool) []*Func {
reader.go#L829: list := make([]*Func, len(m))
 |
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. |