We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e438465 commit 3966127Copy full SHA for 3966127
examples/PostgreSQL.md
@@ -1,7 +1,7 @@
1
```go
2
var db *sql.DB
3
var err error
4
-pool, err = dockertest.NewPool("")
+pool, err := dockertest.NewPool("")
5
if err != nil {
6
log.Fatalf("Could not connect to docker: %s", err)
7
}
@@ -24,4 +24,4 @@ if err = pool.Retry(func() error {
24
25
// When you're done, kill and remove the container
26
err = pool.Purge(resource)
27
-```
+```
0 commit comments