removed unused import and added maintainer
2 files changed
tree: e323b05a1e0200f96e2cec4db5bbbf6654ee7ace
  1. assets/
  2. .gitignore
  3. app.yaml
  4. config.go.template
  5. LICENSE
  6. main.go
  7. README.md
  8. setup.sh
README.md

talksapp

This project is the source for go-talks.appspot.com.

Contributions

Contributions to this project are welcome, though please send mail before starting work on anything major. Contributors retain their copyright, so we need you to fill out a short form before we can accept your contribution: https://developers.google.com/open-source/cla/individual

Development Environment Setup

  • Copy config.go.template to config.go and edit the file as described in the comments.
  • Install Go App Engine SDK
  • $ go get code.google.com/p/go.talks/present
  • $ sh setup.sh
  • Run the server using the dev_appserver command.