fix(json-to-go):description

This commit is contained in:
zxysilent 2023-04-13 14:56:21 +08:00
parent e3ea35ba18
commit e3ab132ceb

View file

@ -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,