mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-08 23:25:03 -04:00
fix(json-to-go):description
This commit is contained in:
parent
e3ea35ba18
commit
e3ab132ceb
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import { defineTool } from '../tool';
|
||||||
export const tool = defineTool({
|
export const tool = defineTool({
|
||||||
name: 'JSON to GO',
|
name: 'JSON to GO',
|
||||||
path: '/json-to-go',
|
path: '/json-to-go',
|
||||||
description: '',
|
description: 'Converts JSON into a Go type definition.',
|
||||||
keywords: ['json', 'JSON', 'go'],
|
keywords: ['json', 'JSON', 'go'],
|
||||||
component: () => import('./json-to-go.vue'),
|
component: () => import('./json-to-go.vue'),
|
||||||
icon: ArrowsShuffle,
|
icon: ArrowsShuffle,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue