golang.org/x/pkgsite/internal/symbol.versionedRow.structName (field)
5 uses
golang.org/x/pkgsite/internal/symbol (current package)
apigodoc.go#L112: structName string // for struct fields, the outer struct name
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
apigodoc.go#L207: vr.structName = vr.name
![]() |
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. |