Skip to content
This repository was archived by the owner on Jan 29, 2024. It is now read-only.

Commit 80d5528

Browse files
authored
Update README.md (#13)
1 parent 1091fe6 commit 80d5528

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ The mockserver client is a golang client for use with the fantastic http://www.m
55
Usage:
66
* Import the library `import "github.com/sandvikcode/mockserver-client-go/pkg/mockclient"`
77

8+
* Add following constraint to `Gopkg.toml` then run `dep ensure -v` instead of running `dep ensure -v -add`
9+
```
10+
[[constraint]]
11+
name = "github.com/sandvikcode/mockserver-client-go"
12+
version = "0.0.5"
13+
```
14+
815
Create an expectation example:
916
```
1017
mockServer := mockclient.Client{

0 commit comments

Comments
 (0)