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 }