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

Update README.md #13

Merged
merged 1 commit into from
Jun 20, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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