diff options
author | mattn <mattn.jp@gmail.com> | 2016-01-29 10:38:29 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2016-01-29 10:38:29 +0900 |
commit | 0cc1174c16b41f18bd77050fb5ffc84d88a739cc (patch) | |
tree | b4678f6ec978b0e6d438348cb1eb6af8ff1cbea6 | |
parent | Upgrade sqlite amalgamation to latest 3.10.2 (diff) | |
parent | Update README.md (diff) | |
download | golite-0cc1174c16b41f18bd77050fb5ffc84d88a739cc.tar.gz golite-0cc1174c16b41f18bd77050fb5ffc84d88a739cc.tar.xz |
Merge pull request #266 from tcyrus/patch-1
Update README.md
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,8 +1,9 @@ go-sqlite3 ========== -[](https://travis-ci.org/mattn/go-sqlite3) -[](https://coveralls.io/r/mattn/go-sqlite3?branch=master) +[](https://travis-ci.org/mattn/go-sqlite3) +[](https://coveralls.io/r/mattn/go-sqlite3?branch=master) +[](http://godoc.org/github.com/mattn/go-sqlite3) Description ----------- |