edge/pkg/bundle/zim/error.go

6 lines
72 B
Go

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