func golang.org/x/pkgsite/internal/database.NullIsEmpty
12 uses
golang.org/x/pkgsite/internal/database (current package)
database.go#L520: func NullIsEmpty(s *string) sql.Scanner {
golang.org/x/pkgsite/internal/postgres
search.go#L473: if err := rows.Scan(&path, &name, database.NullIsEmpty(&synopsis), pq.Array(&licenseTypes), &redist); err != nil {
search.go#L721: database.NullIsEmpty(&a.ReadmeFilePath), database.NullIsEmpty(&a.ReadmeContents)); err != nil {
unit.go#L387: database.NullIsEmpty(&pkg.Synopsis),
unit.go#L388: database.NullIsEmpty(&bc.GOOS),
unit.go#L389: database.NullIsEmpty(&bc.GOARCH),
unit.go#L447: if err := rows.Scan(database.NullIsEmpty(&bc.GOOS), database.NullIsEmpty(&bc.GOARCH), &unitID, &pathID, &moduleID); err != nil {
unit.go#L511: database.NullIsEmpty(&r.Filepath),
unit.go#L512: database.NullIsEmpty(&r.Contents),
unit.go#L513: database.NullIsEmpty(&doc.Synopsis),
 |
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. |