diff --git a/README.md b/README.md index 75c295e..f470bc0 100644 --- a/README.md +++ b/README.md @@ -406,6 +406,7 @@ PostgreSQL supports asynchronous notifications via `NOTIFY` and `LISTEN`. The pr ```go import ( "context" + "fmt" pg "github.com/mutablelogic/go-pg" )