golang.org/x/pkgsite/internal/godoc/dochtml.RenderOptions.FileLinkFunc (field)

3 uses

	golang.org/x/pkgsite/internal/godoc/dochtml (current package)
		dochtml.go#L58: 	FileLinkFunc     func(file string) (url string)
		dochtml.go#L289: 		return linkHTML(name, opt.FileLinkFunc(name), "Documentation-file")

	golang.org/x/pkgsite/internal/godoc
		render.go#L136: 		FileLinkFunc:     fileLinkFunc,