type golang.org/x/pkgsite/internal/frontend.subResult
10 uses
golang.org/x/pkgsite/internal/frontend (current package)
search.go#L47: Symbols *subResult
search.go#L48: SameModule *subResult // package paths in the same module
search.go#L49: LowerMajor *subResult // package paths in lower major versions
search.go#L52: type subResult struct {
search.go#L135: func packagePaths(heading string, rs []*internal.SearchResult, max int) *subResult {
search.go#L150: return &subResult{
search.go#L157: func modulePaths(heading string, rs []*internal.SearchResult) *subResult {
search.go#L178: return &subResult{
search.go#L184: func symbolResults(heading, packagePath string, symbols []string, max int) *subResult {
search.go#L200: return &subResult{
![]() |
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. |