Skip to content

Instantly share code, notes, and snippets.

@jafstar
Created June 26, 2012 08:24
Show Gist options
  • Save jafstar/2994369 to your computer and use it in GitHub Desktop.
Save jafstar/2994369 to your computer and use it in GitHub Desktop.
Go App Engine
//YAML
https://developers.google.com/appengine/docs/python/config/appconfig
//STATIC FILES
https://developers.google.com/appengine/docs/python/config/appconfig#Static_File_Handlers
//ENVIRONMENT
https://developers.google.com/appengine/docs/go/reference
https://developers.google.com/appengine/docs/go/runtime
https://developers.google.com/appengine/docs/go/apis
https://developers.google.com/appengine/docs/go/config
//CHANNELS
https://developers.google.com/appengine/docs/go/channel/overview?hl=en
https://developers.google.com/appengine/docs/go/channel/javascript?hl=en
https://developers.google.com/appengine/docs/go/channel/overview#Tokens_and_Security
//DATASTORE
https://developers.google.com/appengine/docs/go/datastore/overview
//ADMIN
http://localhost:8080/_ah/admin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment