mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-20 00:00:28 +08:00
9 lines
102 B
YAML
9 lines
102 B
YAML
application: helloworld
|
|
version: 1
|
|
runtime: go
|
|
api_version: 3
|
|
|
|
handlers:
|
|
- url: /.*
|
|
script: _go_app
|