зеркало из https://github.com/golang/build.git
07d0737649
Previously for all packages that had {filippo, securityTeam}, only filippo would get added as a reviewer, because github teams are not considered when assigning reviewers. In all those cases switch to {filippo, roland, securityTeam}, so that at least one person on the Security team is at least assigned as a reviewer. Additionally remove agl from secondary on various packages, as he hasn't worked on the project actively in quite a while. Change-Id: I96fc27b81b7fe54b990948854a4c7140b9c66d32 Reviewed-on: https://go-review.googlesource.com/c/build/+/444055 TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Filippo Valsorda <filippo@golang.org> Reviewed-by: Heschi Kreinick <heschi@google.com> Auto-Submit: Roland Shoemaker <roland@golang.org> Run-TryBot: Roland Shoemaker <roland@golang.org> |
||
---|---|---|
.. | ||
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:6343
Then visit http://localhost:6343 in your browser.
Deployment
See the documentation on deployment.