golang.org/x/pkgsite/internal.Readme.Filepath (field)
17 uses
golang.org/x/pkgsite/internal (current package)
unit.go#L76: Filepath string
golang.org/x/pkgsite/internal/fetch
readme.go#L41: ext := path.Ext(r.Filepath)
readme.go#L47: Filepath: f,
unit.go#L29: if path.Dir(readme.Filepath) == "." {
unit.go#L32: readmeLookup[path.Dir(readme.Filepath)] = readme
unit.go#L34: readmeLookup[path.Join(modulePath, path.Dir(readme.Filepath))] = readme
golang.org/x/pkgsite/internal/frontend
overview.go#L80: if !isMarkdown(readme.Filepath) {
overview.go#L154: destPath := path.Join(path.Dir(readme.Filepath), path.Clean(trimmedEscapedPath(destURL)))
overview.go#L171: defer derrors.Wrap(&err, "translateHTML(readme.Filepath=%s)", readme.Filepath)
readme.go#L75: if !isMarkdown(readme.Filepath) {
golang.org/x/pkgsite/internal/postgres
insert_module.go#L610: readmeValues = append(readmeValues, unitID, readme.Filepath, readmeContents)
insert_module.go#L698: args.ReadmeFilePath = readme.Filepath
search.go#L647: args.ReadmeFilePath = pkg.Readme.Filepath
unit.go#L511: database.NullIsEmpty(&r.Filepath),
unit.go#L522: if r.Filepath != "" && um.ModulePath != stdlib.ModulePath {
unit.go#L647: AND m.module_path=p.path`, modulePath, resolvedVersion).Scan(&readme.Filepath, &readme.Contents)
golang.org/x/pkgsite/internal/testing/sample
sample.go#L216: Filepath: ReadmeFilePath,
 |
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. |