From bbd8d312198919c74a3e3cac895a08c61f9ee239 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Sun, 26 Apr 2015 14:26:40 -0700 Subject: [PATCH] Fix Markdown formatting issue. Fix missing closing * symbol. Issue pointed out in https://github.com/avelino/awesome-go/pull/373#issuecomment-96436497. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 585eb3f1..5bdff7f1 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno ## Database Drivers -*Libraries for connecting and operating databases. +*Libraries for connecting and operating databases.* * Relational Databases * [go-adodb](https://github.com/mattn/go-adodb) - Microsoft ActiveX Object DataBase driver for go that using database/sql.