зеркало из https://github.com/golang/build.git
5ba3d51ea0
I shirked my duty during my wilderness years. Making amends now. Change-Id: I0e025a31356e6d342f917d4e90a6d6e15829254d Reviewed-on: https://go-review.googlesource.com/c/build/+/639416 Reviewed-by: Michael Matloob <matloob@golang.org> Auto-Submit: Alan Donovan <adonovan@google.com> Reviewed-by: Robert Findley <rfindley@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> |
||
---|---|---|
.. | ||
owners | ||
static | ||
templates | ||
Dockerfile | ||
Makefile | ||
README.md | ||
data.go | ||
deployment-prod.yaml | ||
deployment-staging.yaml | ||
devapp.go | ||
gophercon.go | ||
gophercon_test.go | ||
gzip.go | ||
release.go | ||
release_test.go | ||
reviews.go | ||
server.go | ||
server_test.go | ||
service-staging.yaml | ||
stats.go | ||
stats_test.go | ||
title.go | ||
title_test.go |
README.md
devapp
Local development
$ go run . -listen-http=localhost:8080
Then visit http://localhost:8080/ in your browser.
Deployment
See the documentation on deployment.