golang.org/x/pkgsite/internal.Documentation.Synopsis (field)
9 uses
golang.org/x/pkgsite/internal (current package)
unit.go#L69: Synopsis string
golang.org/x/pkgsite/internal/fetch
load.go#L137: Synopsis: synopsis,
load.go#L166: Synopsis: synopsis,
golang.org/x/pkgsite/internal/frontend
main.go#L143: synopsis = doc.Synopsis
golang.org/x/pkgsite/internal/postgres
insert_module.go#L512: ch <- database.RowItem{Values: []interface{}{unitID, doc.GOOS, doc.GOARCH, doc.Synopsis, doc.Source}}
search.go#L644: args.Synopsis = pkg.Documentation[0].Synopsis
unit.go#L513: database.NullIsEmpty(&doc.Synopsis),
golang.org/x/pkgsite/internal/testing/sample
sample.go#L272: Synopsis: Doc.Synopsis,
sample.go#L391: Synopsis: fmt.Sprintf("This is a package synopsis for GOOS=%s, GOARCH=%s", goos, goarch),
 |
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. |