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 3f49b0d commit 50ee4fcCopy full SHA for 50ee4fc
README.md
@@ -68,7 +68,7 @@ err := postgres.Stop()
68
or with created with custom configuration
69
70
```go
71
-logger := &bytes.Byffer{}
+logger := &bytes.Buffer{}
72
postgres := NewDatabase(DefaultConfig().
73
Username("beer").
74
Password("wine").
0 commit comments