Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
Remco cb6e5cb0c7 Major rewrite il y a 7 ans
..
assets Major rewrite il y a 7 ans
.gitignore Major rewrite il y a 7 ans
README.md Major rewrite il y a 7 ans
app.yaml Major rewrite il y a 7 ans
main.go Major rewrite il y a 7 ans
main_test.go Major rewrite il y a 7 ans
setup.sh Major rewrite il y a 7 ans

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.