Skip to content

Commit 52f6704

Browse files
stapelberggopherbot
authored andcommitted
cmd/googlegolangorg: add google.golang.org/open2opaque redirect
Change-Id: I44e86f64ca742a0387bf5f6a449fc8c86ec1bb86 Reviewed-on: https://go-review.googlesource.com/c/website/+/636615 LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Carlos Amedee <[email protected]> Reviewed-by: Carlos Amedee <[email protected]> Auto-Submit: Michael Stapelberg <[email protected]>
1 parent fcdfc69 commit 52f6704

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cmd/googlegolangorg/main.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ var repoMap = map[string]Repo{
4141
URL: "https://go.googlesource.com/protobuf",
4242
Src: github("protocolbuffers/protobuf-go"),
4343
},
44+
"open2opaque": {
45+
VCS: "git",
46+
URL: "https://go.googlesource.com/open2opaque",
47+
Src: github("golang/open2opaque"),
48+
},
4449
}
4550

4651
// Repo represents a repository containing Go code.

0 commit comments

Comments
 (0)