From 2d5eec0486e31b51f2788f841768788162206c26 Mon Sep 17 00:00:00 2001 From: xing Date: Thu, 10 Nov 2022 18:16:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- actions/comment.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/actions/comment.go b/actions/comment.go index 902f0f4..c8de7bb 100644 --- a/actions/comment.go +++ b/actions/comment.go @@ -120,7 +120,3 @@ func PostComment(c *gin.Context) { } err = errors.New(string(s)) } - -func fetchContent() { - -}