Re: CF212 - golang app crash - how to perform the troubleshooting?
Gwenn Etourneau
These are env. variable in Go you can easily get it with os.Getenv("
toggle quoted message
Show quoted text
VCAP_SERVICES") or you can use go-cfenv [1] as helper. [1] https://github.com/cloudfoundry-community/go-cfenv/ On Wed, Apr 13, 2016 at 1:38 AM, JT Archie <jarchie(a)pivotal.io> wrote:
They are passed via environment variables and then your start command is |
|