golang.org/x/pkgsite/internal.Documentation.Source (field)
11 uses
golang.org/x/pkgsite/internal (current package)
unit.go#L70: Source []byte // encoded ast.Files; see godoc.Package.Encode
golang.org/x/pkgsite/internal/fetch
load.go#L138: Source: source,
load.go#L167: Source: source,
golang.org/x/pkgsite/internal/frontend
main.go#L148: docPkg, err := godoc.DecodePackage(doc.Source)
main.go#L266: if len(u.Documentation[0].Source) > 0 {
golang.org/x/pkgsite/internal/godoc
render.go#L211: docPkg, err := DecodePackage(u.Documentation[0].Source)
golang.org/x/pkgsite/internal/postgres
insert_module.go#L387: if d.Source == nil {
insert_module.go#L512: ch <- database.RowItem{Values: []interface{}{unitID, doc.GOOS, doc.GOARCH, doc.Synopsis, doc.Source}}
unit.go#L514: &doc.Source,
unit.go#L540: if um.IsPackage() && doc.Source != nil {
golang.org/x/pkgsite/internal/testing/sample
sample.go#L392: Source: src,
 |
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. |