2
0

Merge pull request #301 from meowgorithm/patch-1

Add missing period in documentation
This commit is contained in:
Jack Christensen
2017-08-15 16:59:13 -05:00
committed by GitHub
+1 -1
View File
@@ -1,6 +1,6 @@
// Package pgx is a PostgreSQL database driver. // 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 It remains as similar to the database/sql interface as possible while
providing better speed and access to PostgreSQL specific features. Import 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/jack/pgx/stdlib to use pgx as a database/sql compatible driver.