github.com/govau/cf-common@v0.0.7/README.md (about)

     1  # cf-common · [![Travis-CI](https://travis-ci.org/govau/cf-common.svg)](https://travis-ci.org/govau/cf-common) [![GoDoc](https://godoc.org/github.com/govau/cf-common?status.svg)](http://godoc.org/github.com/govau/cf-common) [![Report card](https://goreportcard.com/badge/github.com/govau/cf-common)](https://goreportcard.com/report/github.com/govau/cf-common)
     2  
     3  Contains utility classes for interacting with our Cloud Foundry environments and related services.
     4  
     5  ## Development
     6  
     7  ```sh
     8  go test -race ./...
     9  ```