Cleanup for merge to gddo

- Remove license file.
- Update paths to for new home in golang/gddo repo.
- Update setup.sh to new golang/x paths.
4 files changed
tree: f9bb798e895dc758ff36be0c113e9110c956d58a
  1. assets/
  2. .gitignore
  3. app.yaml
  4. config.go.template
  5. main.go
  6. README.md
  7. setup.sh
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.