mirror of
https://github.com/wahyd4/go-mocket.git
synced 2026-08-09 04:46:54 +10:00
edit docs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user