golang.org/x/pkgsite/internal/symbol.versionedRow.name (field)
16 uses
golang.org/x/pkgsite/internal/symbol (current package)
apigodoc.go#L111: name string // name of type, (struct) field, func, method
apigodoc.go#L155: pkgi.constSince[row.name] = ver
apigodoc.go#L157: pkgi.varSince[row.name] = ver
apigodoc.go#L159: pkgi.funcSince[row.name] = ver
apigodoc.go#L161: pkgi.typeSince[row.name] = ver
apigodoc.go#L166: pkgi.methodSince[row.recv][row.name] = ver
apigodoc.go#L171: pkgi.fieldSince[row.structName][row.name] = ver
apigodoc.go#L201: vr.name, rest = rest[:sp], rest[sp+1:]
apigodoc.go#L207: vr.structName = vr.name
apigodoc.go#L208: vr.name = rest[:i]
apigodoc.go#L215: vr.recv = vr.name
apigodoc.go#L216: vr.name = rest[:i]
apigodoc.go#L227: vr.name = rest[:i]
apigodoc.go#L234: vr.name = rest[:i]
apigodoc.go#L241: vr.name = rest[:i]
apigodoc.go#L258: vr.name = rest[:paren]
![]() |
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. |