From 2e0f8c2a5910a0a65fcc63a58a48820e4a321f55 Mon Sep 17 00:00:00 2001 From: newbie Date: Mon, 22 Jan 2024 19:34:13 +0800 Subject: [PATCH] update --- snippets/go.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/snippets/go.json b/snippets/go.json index 095ae93..2c63c08 100644 --- a/snippets/go.json +++ b/snippets/go.json @@ -1,14 +1,2 @@ { - "class": { - "prefix": "class", - "body": [ - "type $1 struct {", - " id int64", - " $2", - " createTime time.Time \/\/ 创建时间", - " updateTime time.Time \/\/ 更新时间", - "}", - "$0" - ] - } }