Skip to content

Commit a58277f

Browse files
authored
Update types.ts
1 parent 9f01905 commit a58277f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/ConnectToDB/types.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ export type SnippetLanguage =
22
| 'bash'
33
| 'cpp'
44
| 'csharp'
5-
| 'go'
5+
| 'go_native_sdk'
6+
| 'go_database_sql'
67
| 'java'
78
| 'javascript'
89
| 'php'

0 commit comments

Comments
 (0)