Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.
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
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ go get -u code.cloudfoundry.org/gcp-broker-proxy
### Contributing
The Cloud Foundry team uses GitHub and accepts contributions via pull request.

### Need help?
If you need any help, have any questions or have found a bug, please open a [GitHub issue](https://github.com/cloudfoundry-incubator/gcp-broker-proxy/issues) in this project.
You can also reach the Cloud Foundry Services API team who maintain this through our [Slack Channel](https://cloudfoundry.slack.com/messages/C5WH3RDLZ).


### Development

#### Test
Expand All @@ -51,6 +56,15 @@ make test
make build
```

#### Built with

* [Negroni](https://github.com/urfave/negroni)

#### Tested with

* [Gingko](https://github.com/onsi/ginkgo)
* [Gomega](https://github.com/onsi/gomega)

#### Dependencies

This project uses `dep` as its dependency management tool. The documentation for `dep` can be found [here](https://golang.github.io/dep/docs/daily-dep.html).