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({
|
||||
name: 'JSON to GO',
|
||||
path: '/json-to-go',
|
||||
description: '',
|
||||
description: 'Converts JSON into a Go type definition.',
|
||||
keywords: ['json', 'JSON', 'go'],
|
||||
component: () => import('./json-to-go.vue'),
|
||||
icon: ArrowsShuffle,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user