golang.org/x/pkgsite/internal/source.Info.FileURL (method)
5 uses
golang.org/x/pkgsite/internal/source (current package)
source.go#L85: func (i *Info) FileURL(pathname string) string {
source.go#L506: res, err := client.doURL(ctx, "HEAD", info.FileURL("go.mod"), true)
golang.org/x/pkgsite/internal/frontend
doc.go#L51: URL: u.SourceInfo.FileURL(path.Join(internal.Suffix(u.Path, u.ModulePath), f.Name)),
overview.go#L158: return info.FileURL(destPath)
golang.org/x/pkgsite/internal/godoc
render.go#L132: return sourceInfo.FileURL(path.Join(innerPath, filename))
![]() |
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. |