Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
Remco cb6e5cb0c7 Major rewrite 7 anni fa
..
assets Major rewrite 7 anni fa
.gitignore Major rewrite 7 anni fa
README.md Major rewrite 7 anni fa
app.yaml Major rewrite 7 anni fa
main.go Major rewrite 7 anni fa
main_test.go Major rewrite 7 anni fa
setup.sh Major rewrite 7 anni fa

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.