We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f01905 commit a58277fCopy full SHA for a58277f
src/components/ConnectToDB/types.ts
@@ -2,7 +2,8 @@ export type SnippetLanguage =
2
| 'bash'
3
| 'cpp'
4
| 'csharp'
5
- | 'go'
+ | 'go_native_sdk'
6
+ | 'go_database_sql'
7
| 'java'
8
| 'javascript'
9
| 'php'
0 commit comments