chenqi45 / jenkins-sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# Go Starter Application

Bluemix provides a Go starter application as a template so that you can add your code and push the changes back to the Bluemix environment.


## Files

The Go starter application has files as below:

*   instructions.md

	This file describes the Next Steps for getting started with this template.

*   app.go

	This file contains a simple web server written in the Go programming language.

*   static/

	This directory contains the static files that are part of this application.

*   Procfile

	This file is required by the Go buildpack. It specifies the command to start the app.

*   Godeps/

        This directory contains the app's dependencies and is created by the Godep tool.



About


Languages

Language:Shell 50.8%Language:CSS 24.3%Language:HTML 14.7%Language:Go 6.9%Language:Dockerfile 2.8%Language:Procfile 0.4%