edge/pkg/bundle/oldzim/error.go

8 lines
77 B
Go

package zim
import "errors"
var (
ErrNotFound = errors.New("not found")
)