func golang.org/x/pkgsite/internal/database.Open
4 uses
golang.org/x/pkgsite/internal/database (current package)
database.go#L43: func Open(driverName, dbinfo, instanceID string) (_ *DB, err error) {
golang.org/x/pkgsite/internal/postgres
test_helper.go#L98: db, err := database.Open(driver, dbtest.DBConnURI(dbName), "test")
golang.org/x/pkgsite/cmd/internal/cmdconfig
cmdconfig.go#L107: ddb, err := database.Open(ocDriver, cfg.DBConnInfo(), cfg.InstanceID)
cmdconfig.go#L118: ddb, err = database.Open(ocDriver, ci, cfg.InstanceID)
 |
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. |