Changes
1 changed files (+3/-2)
-
-
@@ -87,8 +87,9 @@ }// IsIRI returns if the current Item interface holds an IRI func IsIRI(it Item) bool { _, ok := it.(IRI) return ok _, okV := it.(IRI) _, okP := it.(*IRI) return okV || okP } // IsObject returns if the current Item interface holds an IRI
-