We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcdfc69 commit 52f6704Copy full SHA for 52f6704
cmd/googlegolangorg/main.go
@@ -41,6 +41,11 @@ var repoMap = map[string]Repo{
41
URL: "https://go.googlesource.com/protobuf",
42
Src: github("protocolbuffers/protobuf-go"),
43
},
44
+ "open2opaque": {
45
+ VCS: "git",
46
+ URL: "https://go.googlesource.com/open2opaque",
47
+ Src: github("golang/open2opaque"),
48
+ },
49
}
50
51
// Repo represents a repository containing Go code.
0 commit comments