1
0
mirror of https://github.com/zhashkevych/go-sqlxmock.git synced 2024-11-16 17:41:57 +02:00

updated install command in readme

This commit is contained in:
Maksim Zhashkevych 2020-10-23 15:18:17 +03:00
parent 44c6b4f7b7
commit f973d0041c

View File

@ -7,7 +7,7 @@
## Install
https://github.com/zhashkevych/go-sqlxmock@master
`go get -u github.com/zhashkevych/go-sqlxmock@master`
## Usage Example
@ -112,4 +112,4 @@ func TestUserRepository_Insert(t *testing.T) {
})
}
}
```
```