Skip to content

Commit 50d0061

Browse files
hyangahgopherbot
authored andcommitted
cmd/googlegolangorg: add google.golang.org/adk redirect
Internal tracking issue - b/435474163 Change-Id: I2507fed0fe099a23c4dc013dbd0597acf45f4d4b Reviewed-on: https://go-review.googlesource.com/c/website/+/692135 Reviewed-by: Jaana Dogan <[email protected]> Auto-Submit: Hyang-Ah Hana Kim <[email protected]> Reviewed-by: Sam Thanawalla <[email protected]> Reviewed-by: Hongxiang Jiang <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent 6d4dd42 commit 50d0061

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cmd/googlegolangorg/main.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ import (
1010
)
1111

1212
var repoMap = map[string]Repo{
13+
"adk": {
14+
VCS: "git",
15+
URL: "https://github.com/google/adk-go",
16+
},
1317
"api": {
1418
VCS: "git",
1519
URL: "https://github.com/googleapis/google-api-go-client",

0 commit comments

Comments
 (0)