edit docs

This commit is contained in:
Dmitriy Seredenko
2017-06-02 19:25:26 +02:00
parent b39cea52b6
commit dd9c97d247
+2 -2
View File
@@ -1,5 +1,5 @@
###Go-Mocket
### Go-Mocket
Go-Mocket is library inspired by [DATA-DOG/go-sqlmock](https://github.com/DATA-DOG/go-sqlmock)
As inspiration library it is implementation of [sql/driver](https://godoc.org/database/sql/driver) interface but at the same time follows different approaches and has only similar API.
@@ -17,7 +17,7 @@ List of features in the library:
**NOTE** Please be aware that driver catches SQL without DB specifics. Generating of queries is done by *sql* package
####Install
#### Install
```
go get github.com/selvatico/go-mocket