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")