From 34aa6125df05e965baf12e5d9c722c65767f2a53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Tue, 15 Jun 2021 10:47:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=80=E5=A4=84=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E9=94=99=E5=88=AB=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/caches/list_file.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/caches/list_file.go b/internal/caches/list_file.go index 453a632..e61a993 100644 --- a/internal/caches/list_file.go +++ b/internal/caches/list_file.go @@ -166,7 +166,7 @@ ON "` + this.itemsTableName + `" ( } func (this *FileList) Reset() error { - // 不错任何事情 + // 不做任何事情 return nil }