golang.org/x/pkgsite/internal/symbol.versionedRow.kind (field)
9 uses
golang.org/x/pkgsite/internal/symbol (current package)
apigodoc.go#L109: kind string // "type", "func", "method", "field" TODO: "const", "var"
apigodoc.go#L153: switch row.kind {
apigodoc.go#L206: vr.kind = "field"
apigodoc.go#L214: vr.kind = "method"
apigodoc.go#L220: vr.kind = "type"
apigodoc.go#L224: vr.kind = "const"
apigodoc.go#L231: vr.kind = "var"
apigodoc.go#L238: vr.kind = "func"
apigodoc.go#L245: vr.kind = "method"
![]() |
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. |