From 1183b67b68a9fcfba135bc85f3fddb570d737e2b Mon Sep 17 00:00:00 2001 From: newbie Date: Mon, 22 Jan 2024 20:23:18 +0800 Subject: [PATCH] update --- snippets/go.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/snippets/go.json b/snippets/go.json index 2c63c08..a15ef67 100644 --- a/snippets/go.json +++ b/snippets/go.json @@ -1,2 +1,6 @@ { + "class": { + "prefix": "class", + "body": "type $1 struct{$2}\n$0" + } }