mirror of
https://github.com/golang/go
synced 2024-11-19 22:04:44 -07: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
|