golang.org/x/pkgsite/internal/symbol.versionedRow.recv (field)
8 uses
golang.org/x/pkgsite/internal/symbol (current package)
apigodoc.go#L110: recv string // for methods, the receiver type ("Server", "*Server")
apigodoc.go#L163: if _, ok := pkgi.methodSince[row.recv]; !ok {
apigodoc.go#L164: pkgi.methodSince[row.recv] = make(map[string]string)
apigodoc.go#L166: pkgi.methodSince[row.recv][row.name] = ver
apigodoc.go#L215: vr.recv = vr.name
apigodoc.go#L251: vr.recv = strings.Trim(rest[:sp], "()") // "*File"
apigodoc.go#L252: vr.recv = strings.TrimPrefix(vr.recv, "*") // "File"
![]() |
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. |