tree: c6b06079fd7a791461aab70fc17d4d3ebda5b39e [path history] [tgz]
  1. static/
  2. app.go
  3. app.yaml
  4. README.md
appengine-hello/README.md

This code is a starting point for your Google App Engine application in Go.

To run the application locally you need the install the Go Cloud SDK and execute the next command from the directory containing this file:

$ goapp serve app.yaml

To deploy the application you have to first create an App Engine project and use it as the application file in all the yaml files.