golang.org/x/pkgsite/internal/fetch.goPackage.docs (field)
13 uses
golang.org/x/pkgsite/internal/fetch (current package)
load.go#L107: pkg.docs = append(pkg.docs, &doc2)
load.go#L134: docs: []*internal.Documentation{{
load.go#L171: pkg.docs = append(pkg.docs, doc)
load.go#L177: if len(docsByFiles) == 1 && len(pkg.docs) == len(internal.BuildContexts) {
load.go#L178: pkg.docs = pkg.docs[:1]
load.go#L179: pkg.docs[0].GOOS = internal.All
load.go#L180: pkg.docs[0].GOARCH = internal.All
load.go#L181: for _, s := range pkg.docs[0].API {
package.go#L38: docs []*internal.Documentation // doc for different build contexts
unit.go#L67: dir.Documentation = pkg.docs
![]() |
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. |