From d1cfcd99139c571a3336c1c72f3e19bbd2d34763 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Mon, 14 Aug 2017 09:41:22 -0400 Subject: [PATCH] Add missing period in documentation --- doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.go b/doc.go index c61329d9..fa16ce59 100644 --- a/doc.go +++ b/doc.go @@ -1,6 +1,6 @@ // Package pgx is a PostgreSQL database driver. /* -pgx provides lower level access to PostgreSQL than the standard database/sql +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.