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),