DEBSOURCES
Skip Quicknav
sources / golang-google-appengine / 1.0.0-2~bpo8%2B1 / demos / helloworld / app.yaml
12345678910
runtime: go api_version: go1 vm: true handlers: - url: /favicon.ico static_files: favicon.ico upload: favicon.ico - url: /.* script: _go_app