type go/doc.embeddedSet
5 uses
go/doc (current package)
reader.go#L119: type embeddedSet map[*namedType]bool
reader.go#L132: embedded embeddedSet // true if the embedded type is a pointer
reader.go#L190: embedded: make(embeddedSet),
reader.go#L646: func (r *reader) collectEmbeddedMethods(mset methodSet, typ *namedType, recvTypeName string, embeddedIsPtr bool, level int, visited embeddedSet) {
reader.go#L675: r.collectEmbeddedMethods(t.methods, t, t.name, false, 1, make(embeddedSet))
 |
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. |