func golang.org/x/pkgsite/internal/postgres.collectStrings
8 uses
golang.org/x/pkgsite/internal/postgres (current package)
delete.go#L25: versions, err := collectStrings(ctx, tx, stmt, modulePath, resolvedVersion)
details.go#L99: return collectStrings(ctx, db.db, query, pkgPath, modulePath, limit)
excluded.go#L60: return collectStrings(ctx, db, `SELECT prefix FROM excluded_prefixes`)
postgres.go#L117: func collectStrings(ctx context.Context, db *database.DB, query string, args ...interface{}) (ss []string, err error) {
stdlib.go#L42: return collectStrings(ctx, db.db, q, stdlib.ModulePath, suffix)
unit.go#L172: allVersions, err := collectStrings(ctx, db.db, q, args...)
unit.go#L319: return collectStrings(ctx, db.db, `
version.go#L387: vs, err := collectStrings(ctx, tx, query, args...)
 |
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. |