Files
crawlab/fs/errors.go
2024-06-14 16:37:48 +08:00

6 lines
77 B
Go

package fs
import "errors"
var ErrorFsNotExists = errors.New("not exists")