mirror of
https://github.com/golang/go
synced 2024-11-19 15:05:00 -07:00
59a190589a
R=rsc CC=golang-dev https://golang.org/cl/4559058
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
|