cmd/golangorg: add xerrors to x.go

Backporting the change from CL 159739 since updates to
x/tools/cmd/godoc are not automatically mirrored to cmd/golangorg

Updates golang/go#29206

Change-Id: Ic377255b321ab73cfb04513aa00a510e407a2bdf
Reviewed-on: https://go-review.googlesource.com/c/160137
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
diff --git a/cmd/golangorg/x.go b/cmd/golangorg/x.go
index be14483..3d624ca 100644
--- a/cmd/golangorg/x.go
+++ b/cmd/golangorg/x.go
@@ -49,6 +49,7 @@
 	"tour":       {"https://go.googlesource.com/tour", "git"},
 	"vgo":        {"https://go.googlesource.com/vgo", "git"},     // Not included at https://golang.org/pkg/#subrepo.
 	"website":    {"https://go.googlesource.com/website", "git"}, // Not included at https://golang.org/pkg/#subrepo.
+	"xerrors":    {"https://go.googlesource.com/xerrors", "git"}, // Not included at https://golang.org/pkg/#subrepo.
 }
 
 func init() {