Skip to content

Commit 6ad5d99

Browse files
committed
Add goproxy_server to LANGUAGE_TO_REGISTRY_TYPE
1 parent f843d94 commit 6ad5d99

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/start-proxy.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/start-proxy.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/start-proxy.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ const LANGUAGE_TO_REGISTRY_TYPE: Record<Language, string> = {
1818
python: "python_index",
1919
ruby: "rubygems_server",
2020
rust: "cargo_registry",
21+
go: "goproxy_server",
2122
// We do not have an established proxy type for these languages, thus leaving empty.
2223
actions: "",
2324
cpp: "",
24-
go: "",
2525
swift: "",
2626
} as const;
2727

0 commit comments

Comments
 (0)