fix(json-to-go):description
This commit is contained in:
parent
e3ea35ba18
commit
e3ab132ceb
@ -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…
Reference in New Issue
Block a user