From c57c0cc5b3e75c7e42896e26499f8f9258afa4e6 Mon Sep 17 00:00:00 2001 From: Daniel Whitenack Date: Wed, 14 Sep 2016 10:36:24 -0400 Subject: [PATCH] Update README.md --- tooling/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tooling/README.md b/tooling/README.md index 7837983..99008a4 100644 --- a/tooling/README.md +++ b/tooling/README.md @@ -129,10 +129,10 @@ Also, this space includes a list of proposed packages that would fill certain ga - [databases/sql](https://golang.org/pkg/database/sql/) - Package sql provides a generic interface around SQL (or SQL-like) databases. - [github.com/Boostport/avatica](https://github.com/Boostport/avatica) - Apache Phoenix/Avatica driver for Go's `database/sql` package. -- [github.com/lib/pq](https://github.com/lib/pq) - A pure Go postgres driver for Go's database/sql package. +- [github.com/lib/pq](https://github.com/lib/pq) - A pure Go postgres driver for Go's `database/sql` package. - [github.com/go-pg/pg](https://github.com/go-pg/pg) - Fast PostgreSQL client and ORM. -- [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) - A MySQL-Driver for Go's database/sql package. -- [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) - sqlite3 driver conforming to the built-in database/sql interface. +- [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) - A MySQL-Driver for Go's `database/sql` package. +- [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) - sqlite3 driver conforming to the built-in `database/sql` interface. ## Web Scraping