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

Latest commit

 

History

History
21 lines (16 loc) · 510 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 510 Bytes

Build Status api

Experimental CF API server written in GO

=== #Developer Setup

First, install Go from http://golang.org/doc/install (not from homebrew)

$ go get github.com/kr/godep
$ mkdir -p $GOPATH/src/github.com/cloudfoundry-incubator
$ cd $GOPATH/src/github.com/cloudfoundry-incubator
$ git clone git@github.com:cloudfoundry-incubator/api.git
$ cd api
$ bin/test_setup
$ bin/test