You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rémy Ferré edited this page Aug 19, 2015
·
1 revision
Starter is written in Go and can be compiled with a Go 1.4 compiler.
If you're new to Go, you might want to check out the following intro video on where to place your Go code and setting up your GOPATH: https://www.youtube.com/watch?v=XCsL89YtqCs
To compile the starter, clone the git repository (typically, $GOPATH/src/github.com/cloud66/cx) and run go get to make sure you have all the dependencies of the project. You can then run go build to build the code into an executable.