golang.org/x/pkgsite/internal/symbol.pkgAPIVersions.fieldSince (field)
6 uses
golang.org/x/pkgsite/internal/symbol (current package)
apigodoc.go#L102: fieldSince map[string]map[string]string // "ClientTrace" -> "Got1xxResponse" -> "1.11"
apigodoc.go#L149: fieldSince: make(map[string]map[string]string),
apigodoc.go#L168: if _, ok := pkgi.fieldSince[row.structName]; !ok {
apigodoc.go#L169: pkgi.fieldSince[row.structName] = make(map[string]string)
apigodoc.go#L171: pkgi.fieldSince[row.structName][row.name] = ver
compare.go#L109: for typ, field := range apiVersions.fieldSince {
![]() |
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. |