golang.org/x/pkgsite/internal/symbol.pkgAPIVersions.methodSince (field)
6 uses
golang.org/x/pkgsite/internal/symbol (current package)
apigodoc.go#L100: methodSince map[string]map[string]string // "*Server" ->"Shutdown"->1.8
apigodoc.go#L147: methodSince: make(map[string]map[string]string),
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
compare.go#L103: for typ, method := range apiVersions.methodSince {
![]() |
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. |