tree: f9bb798e895dc758ff36be0c113e9110c956d58a [path history] [tgz]
  1. assets/
  2. .gitignore
  3. app.yaml
  4. config.go.template
  5. main.go
  6. README.md
  7. setup.sh
talksapp/README.md

talksapp

This directory contains the source for go-talks.appspot.com.

Development Environment Setup

  • Copy config.go.template to config.go and edit the file as described in the comments.
  • Install Go App Engine SDK
  • $ sh setup.sh
  • Run the server using the dev_appserver command.