@ -0,0 +1,9 @@
package pathmatch
import (
"errors"
)
var (
errNilTarget = errors.New("pathmatch: Nil Target")