Skip to content

Commit

Permalink
cmd/googlegolangorg: add google.golang.org/open2opaque redirect
Browse files Browse the repository at this point in the history
Change-Id: I44e86f64ca742a0387bf5f6a449fc8c86ec1bb86
Reviewed-on: https://go-review.googlesource.com/c/website/+/636615
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Carlos Amedee <carlos@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Auto-Submit: Michael Stapelberg <stapelberg@google.com>
  • Loading branch information
stapelberg authored and gopherbot committed Dec 16, 2024
1 parent fcdfc69 commit 52f6704
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmd/googlegolangorg/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ var repoMap = map[string]Repo{
URL: "https://go.googlesource.com/protobuf",
Src: github("protocolbuffers/protobuf-go"),
},
"open2opaque": {
VCS: "git",
URL: "https://go.googlesource.com/open2opaque",
Src: github("golang/open2opaque"),
},
}

// Repo represents a repository containing Go code.
Expand Down

0 comments on commit 52f6704

Please sign in to comment.