golang.org/x/pkgsite/internal.Unit.Readme (field)
12 uses
golang.org/x/pkgsite/internal (current package)
nonredist.go#L21: u.Readme = nil
unit.go#L47: Readme *Readme
golang.org/x/pkgsite/internal/fetch
unit.go#L62: dir.Readme = r
golang.org/x/pkgsite/internal/frontend
readme.go#L68: return processReadme(ctx, u.Readme, u.SourceInfo)
golang.org/x/pkgsite/internal/postgres
insert_module.go#L383: if u.Readme != nil {
insert_module.go#L384: pathToReadme[u.Path] = u.Readme
search.go#L646: if pkg.Readme != nil {
search.go#L647: args.ReadmeFilePath = pkg.Readme.Filepath
search.go#L648: args.ReadmeContents = pkg.Readme.Contents
unit.go#L523: u.Readme = &r
golang.org/x/pkgsite/internal/testing/sample
sample.go#L201: m.Units[0].Readme = nil
sample.go#L215: u.Readme = &internal.Readme{
![]() |
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. |