選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
Remco cb6e5cb0c7 Major rewrite 7年前
..
assets Major rewrite 7年前
.gitignore Major rewrite 7年前
README.md Major rewrite 7年前
app.yaml Major rewrite 7年前
main.go Major rewrite 7年前
main_test.go Major rewrite 7年前
setup.sh Major rewrite 7年前

README.md

talksapp

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

Development Environment Setup

  • Copy app.yaml to prod.yaml and put in the authentication data.
  • Install Go App Engine SDK.
  • $ sh setup.sh
  • Run the server using the goapp serve prod.yaml command.
  • Run the tests using the goapp test command.