Last active
September 5, 2015 02:54
-
-
Save IndianGuru/5132a65d141c477262f0 to your computer and use it in GitHub Desktop.
app.yaml for quotes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| application: quote | |
| version: 1 | |
| runtime: go | |
| api_version: go1 | |
| handlers: | |
| - url: /.* | |
| script: _go_app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment