tree: e72200b62df16a3b4071180dc5ad7c2adfc0abe0 [path history] [tgz]
  1. assets/
  2. .gitignore
  3. app.yaml
  4. main.go
  5. README.md
  6. secret.json
  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.