Skip to content

Commit c043ffd

Browse files
authored
Update getDocsLink.ts
1 parent a58277f commit c043ffd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/ConnectToDB/getDocsLink.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ export function getDocsLink(snippetLang: SnippetLanguage) {
1212
case 'csharp': {
1313
return i18n('docs_dotnet');
1414
}
15-
case 'go': {
15+
case 'go_native_sdk': {
16+
return i18n('docs_go');
17+
}
18+
case 'go_database_sql': {
1619
return i18n('docs_go');
1720
}
1821
case 'java': {

0 commit comments

Comments
 (0)