Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
Remco cb6e5cb0c7 Major rewrite vor 7 Jahren
..
assets Major rewrite vor 7 Jahren
.gitignore Major rewrite vor 7 Jahren
README.md Major rewrite vor 7 Jahren
app.yaml Major rewrite vor 7 Jahren
main.go Major rewrite vor 7 Jahren
main_test.go Major rewrite vor 7 Jahren
setup.sh Major rewrite vor 7 Jahren

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.