Skip to content

Commit 481aba4

Browse files
committed
Fix ecosystem value for Go in PackageSearch component
Signed-off-by: rafi <refaei.shikho@hotmail.com>
1 parent 01f14c0 commit 481aba4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/package-inspector/PackageSearch.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const ECOSYSTEMS = [
88
{ label: 'Crates.io', value: 'crates.io' },
99
{ label: 'Debian', value: 'debian' },
1010
{ label: 'Git', value: 'git' },
11-
{ label: 'Go', value: 'go' },
11+
{ label: 'Go', value: 'golang' },
1212
{ label: 'Hex', value: 'hex' },
1313
{ label: 'Maven', value: 'maven' },
1414
{ label: 'npm', value: 'npm' },

0 commit comments

Comments
 (0)