package pathmatch import ( "errors" ) var ( errNilTarget = errors.New("pathmatch: Nil Target") )