Categorygithub.com/trustedanalytics/go-cf-lib
module
0.0.0-20160803133647-bd07618510d3
Repository: https://github.com/trustedanalytics/go-cf-lib.git
Documentation: pkg.go.dev

# README

Go Cloud Foundry Library

This is a library to communicate with Cloud Foundry API using REST. It is written in golang and can be used in applications written in that language.

IDE

We recommend using IntelliJ IDEA as IDE with golang plugin. To apply formatting automatically on every save you may use go-fmt with File Watcher plugin.

Tips

Golang tips

Developing golang apps requires you store all dependencies (Godeps) in separate directory. They shall be placed in source control.

godep save ./...

Command above places all dependencies from $GOPATH, your app uses, in Godeps and writes its versions to Godeps/Godeps.json file.

# Packages

No description provided by the author
No description provided by the author
No description provided by the author