golang.org/x/pkgsite/internal/frontend.link.Href (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#L32: Href, Body string
goldmark.go#L257: Href: string(l.Destination),
main.go#L166: docLinks = append(docLinks, link{Href: l.Href, Body: l.Text})
search.go#L144: links = append(links, link{Href: r.PackagePath, Body: internal.Suffix(r.PackagePath, r.ModulePath)})
search.go#L176: links[i] = link{Href: m, Body: m}
search.go#L194: links = append(links, link{Href: href, Body: s})
 |
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. |