From 9fafa4ebf355eb325795d25eae48c53a09ca07ba Mon Sep 17 00:00:00 2001 From: miktwon Date: Thu, 7 Sep 2017 11:46:05 +0300 Subject: [PATCH] Fix doc: Import stdlib --- doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.go b/doc.go index eb820922..51f1edc5 100644 --- a/doc.go +++ b/doc.go @@ -3,7 +3,7 @@ pgx provides lower level access to PostgreSQL than the standard database/sql. It remains as similar to the database/sql interface as possible while providing better speed and access to PostgreSQL specific features. Import -github.com/jack/pgx/stdlib to use pgx as a database/sql compatible driver. +github.com/jackc/pgx/stdlib to use pgx as a database/sql compatible driver. Query Interface