crawlab/fs/errors.go

6 lines
77 B
Go

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