func golang.org/x/pkgsite/internal/testing/dbtest.getEnv
5 uses
golang.org/x/pkgsite/internal/testing/dbtest (current package)
dbtest.go#L25: func getEnv(key, fallback string) string {
dbtest.go#L36: user = getEnv("GO_DISCOVERY_DATABASE_TEST_USER", "postgres")
dbtest.go#L37: password = getEnv("GO_DISCOVERY_DATABASE_TEST_PASSWORD", "")
dbtest.go#L38: host = getEnv("GO_DISCOVERY_DATABASE_TEST_HOST", "localhost")
dbtest.go#L39: port = getEnv("GO_DISCOVERY_DATABASE_TEST_PORT", "5432")
![]() |
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. |