Skip to content

Commit

Permalink
Mention dep in README
Browse files Browse the repository at this point in the history
[#155599016]

Signed-off-by: Sarah Connor <[email protected]>
  • Loading branch information
Andrea Nodari authored and terminatingcode committed Mar 9, 2018
1 parent aac64c8 commit a31b912
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ A Go package for building [V2 Open Service Broker API](https://github.com/opense
- [lager](https://github.com/cloudfoundry/lager)
- [gorilla/mux](https://github.com/gorilla/mux)

We use [dep](https://github.com/golang/dep) to manager our dependencies. Use `dep ensure` in order to download the required packages.

## Usage

`brokerapi` defines a [`ServiceBroker`](https://godoc.org/github.com/pivotal-cf/brokerapi#ServiceBroker) interface. Pass an implementation of this to [`brokerapi.New`](https://godoc.org/github.com/pivotal-cf/brokerapi#New), which returns an `http.Handler` that you can use to serve handle HTTP requests.
Expand Down

0 comments on commit a31b912

Please sign in to comment.