Add sql table to go struct tool

This commit is contained in:
2024-04-15 15:11:54 +03:00
parent 3eea98c1c9
commit 4c80b42680
3 changed files with 163 additions and 0 deletions

View File

@ -48,6 +48,7 @@ export default {
},
'GO': {
'go_json_to_struct': 'JSON to Go struct',
'sql_tables_to_struct': 'SQL tables Go struct',
},
'JSON': {
'json_formatter': 'JSON formatter',