golang.org/x/pkgsite/internal/godoc/dochtml/internal/render.identifierResolver.toURL (method)
5 uses
golang.org/x/pkgsite/internal/godoc/dochtml/internal/render (current package)
idents.go#L204: func (r identifierResolver) toURL(pkgPath, id string) (url string) {
idents.go#L296: u := r.toURL(path, name)
linkify.go#L679: m[prefix] = idr.toURL(path, "")
linkify.go#L680: m[node.Sel] = idr.toURL(path, node.Sel.Name)
linkify.go#L688: m[node] = idr.toURL("builtin", node.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. |