зеркало из https://github.com/golang/build.git
e72031dac4
Note: CLs won't be assigned to anyone automatically because oscarTeam is not a gerrit account. Change-Id: Ie20c419b3caf310fcc0da373fe9f63415629abec Reviewed-on: https://go-review.googlesource.com/c/build/+/623639 Reviewed-by: Tatiana Bradley <tatianabradley@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.