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))