From 20572ffd4969fd3a066cb43a8ca373c469d6303d Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Wed, 26 Jul 2023 19:12:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B=E7=BC=93=E5=AD=98=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E9=94=99=E8=AF=AF=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/caches/errors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/caches/errors.go b/internal/caches/errors.go index cec18aa..a0d986c 100644 --- a/internal/caches/errors.go +++ b/internal/caches/errors.go @@ -7,7 +7,7 @@ import "errors" // 常用的几个错误 var ( ErrNotFound = errors.New("cache not found") - ErrFileIsWriting = errors.New("the file is writing") + ErrFileIsWriting = errors.New("the cache file is updating") ErrInvalidRange = errors.New("invalid range") ErrEntityTooLarge = errors.New("entity too large") ErrWritingUnavailable = errors.New("writing unavailable")