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