mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-19 17:08:44 +08:00
update book code
This commit is contained in:
8
eBook/examples/chapter_20/helloapp/app.yaml
Normal file
8
eBook/examples/chapter_20/helloapp/app.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
application: helloworld
|
||||
version: 1
|
||||
runtime: go
|
||||
api_version: 3
|
||||
|
||||
handlers:
|
||||
- url: /.*
|
||||
script: _go_app
|
Reference in New Issue
Block a user