Skip to content

Commit ec9c437

Browse files
authored
Correct ecosystem name in UI for Go (golang). (#64)
1 parent beddf83 commit ec9c437

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/server/dashboard.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ func supportedEcosystems() []string {
118118
"npm",
119119
"cargo",
120120
"gem",
121-
"go",
121+
"golang",
122122
"hex",
123123
"pub",
124124
"pypi",

0 commit comments

Comments
 (0)