mirror of
https://github.com/golang/go.git
synced 2025-05-28 10:51:22 +00:00
13 lines
254 B
YAML
13 lines
254 B
YAML
# Copyright 2011 The Go Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style
|
|
# license that can be found in the LICENSE file.
|
|
|
|
application: godoc
|
|
version: 1
|
|
runtime: go
|
|
api_version: 1
|
|
|
|
handlers:
|
|
- url: /.*
|
|
script: _go_app
|