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

Commit

Permalink
Update README.md (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jun2016 committed Jun 20, 2019
1 parent 1091fe6 commit 80d5528
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ The mockserver client is a golang client for use with the fantastic http://www.m
Usage:
* Import the library `import "github.com/sandvikcode/mockserver-client-go/pkg/mockclient"`

* Add following constraint to `Gopkg.toml` then run `dep ensure -v` instead of running `dep ensure -v -add`
```
[[constraint]]
name = "github.com/sandvikcode/mockserver-client-go"
version = "0.0.5"
```

Create an expectation example:
```
mockServer := mockclient.Client{
Expand Down

0 comments on commit 80d5528

Please sign in to comment.