app.yaml 102 B

12345678
  1. application: helloworld
  2. version: 1
  3. runtime: go
  4. api_version: 3
  5. handlers:
  6. - url: /.*
  7. script: _go_app