command
module
Version:
v0.0.0-...-42e9dbb
Opens a new window with list of versions in this module.
Published: May 12, 2014
License: BSD-3-Clause
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Go App Starter
Setting up Go App Engine
Install Golang
download from http://golang.org/ or brew install go or something
Download AppEngine
download Google App Engine SDK for go,see the tutorial -> https://developers.google.com/appengine/docs/go/gettingstarted/devenvironment
Download libraries
# goapp get github.com/go-martini/martini
# goapp get github.com/martini-contrib/render
Run the app
# goapp serve
Run tests
# goapp test
Deploy
# goapp deploy
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.