dmitri.shuralyov.com/website/gido/...

add support for "golang.org/x/pkgsite/..." issues

The golang.org/x/pkgsite repository was added in golang.org/cl/222737.

Updates https://github.com/golang/go/issues/36747.
dmitshur committed 3 years ago commit a78bd3c7abc465e1864ecadce67a826711a27cae
Collapse all
service.go
@@ -391,10 +391,11 @@ var gerritProjects = map[string]string{
	"go.googlesource.com/mobile":     "golang.org/x/mobile",
	"go.googlesource.com/mod":        "golang.org/x/mod",
	"go.googlesource.com/net":        "golang.org/x/net",
	"go.googlesource.com/oauth2":     "golang.org/x/oauth2",
	"go.googlesource.com/perf":       "golang.org/x/perf",
	"go.googlesource.com/pkgsite":    "golang.org/x/pkgsite",
	"go.googlesource.com/playground": "golang.org/x/playground",
	"go.googlesource.com/review":     "golang.org/x/review",
	"go.googlesource.com/sync":       "golang.org/x/sync",
	"go.googlesource.com/sys":        "golang.org/x/sys",
	"go.googlesource.com/talks":      "golang.org/x/talks",