From e3ab132ceb34043917f7913b03cc98b957d8ed28 Mon Sep 17 00:00:00 2001 From: zxysilent Date: Thu, 13 Apr 2023 14:56:21 +0800 Subject: [PATCH] fix(json-to-go):description --- src/tools/json-to-go/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/json-to-go/index.ts b/src/tools/json-to-go/index.ts index 9e98e1dc..2b0a4426 100644 --- a/src/tools/json-to-go/index.ts +++ b/src/tools/json-to-go/index.ts @@ -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,