go/doc.namedType.methods (field)
7 uses
go/doc (current package)
reader.go#L137: methods methodSet
reader.go#L192: methods: make(methodSet),
reader.go#L398: typ.methods.set(fun, r.mode&PreserveAST != 0)
reader.go#L655: for _, m := range embedded.methods {
reader.go#L675: r.collectEmbeddedMethods(t.methods, t, t.name, false, 1, make(embeddedSet))
reader.go#L716: for name, m := range t.methods {
reader.go#L807: Methods: sortedFuncs(t.methods, allMethods),
 |
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. |