@@ -0,0 +1,5 @@
package path
func In(obj any, path string, matchStr string) (bool, error) {
return opList(obj, path, matchStr, equal)
}
The note is not visible to the blocked user.