golang.org/x/pkgsite/internal/frontend.breadcrumb.Links (field)
8 uses
golang.org/x/pkgsite/internal/frontend (current package)
breadcrumb.go#L19: bc.Links = append([]link{{Href: "/std", Body: "Standard library"}}, bc.Links...)
breadcrumb.go#L21: bc.Links = append([]link{{Href: "/", Body: "Discover Packages"}}, bc.Links...)
breadcrumb.go#L26: Links []link
breadcrumb.go#L67: b.Links = make([]link, len(dirs)-1)
breadcrumb.go#L77: b.Links[len(b.Links)-i] = link{href, el}
![]() |
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. |