Fix typo in README

pull/122/head
Alexey Palazhchenko 2016-03-06 18:57:42 +03:00
parent 1ad4c0090a
commit 084a0d6778
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ Pgx supports many additional features beyond what is available through database/
* Maps inet and cidr PostgreSQL types to net.IPNet
* Large object support
* Null mapping to Null* struct or pointer to pointer.
* Supports database/sql.Scanner and database/sql/driver/Valuer interfaces for custom types
* Supports database/sql.Scanner and database/sql/driver.Valuer interfaces for custom types
## Performance