mirror of
https://github.com/krau/SaveAny-Bot.git
synced 2026-07-07 15:11:20 +08:00
chore: translate some import log to cn
This commit is contained in:
9
storage/errs.go
Normal file
9
storage/errs.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package storage
|
||||
|
||||
import (
|
||||
"errors"
|
||||
)
|
||||
|
||||
var (
|
||||
ErrStorageNameEmpty = errors.New("storage name is empty")
|
||||
)
|
||||
Reference in New Issue
Block a user