Changes
5 changed files (+5/-5)
-
-
@@ -123,7 +123,7 @@ type Collection struct {Source Source `jsonld:"source,omitempty"` // In a paged Collection, indicates the page that contains the most recently updated member items. Current ObjectOrLink `jsonld:"current,omitempty"` // In a paged Collection, indicates the furthest preceeding page of items in the collection. // In a paged Collection, indicates the furthest preceding page of items in the collection. First ObjectOrLink `jsonld:"first,omitempty"` // In a paged Collection, indicates the furthest proceeding page of the collection. Last ObjectOrLink `jsonld:"last,omitempty"`
-
-
-
@@ -106,7 +106,7 @@ type CollectionPage struct {Source Source `jsonld:"source,omitempty"` // In a paged Collection, indicates the page that contains the most recently updated member items. Current ObjectOrLink `jsonld:"current,omitempty"` // In a paged Collection, indicates the furthest preceeding page of items in the collection. // In a paged Collection, indicates the furthest preceding page of items in the collection. First ObjectOrLink `jsonld:"first,omitempty"` // In a paged Collection, indicates the furthest proceeding page of the collection. Last ObjectOrLink `jsonld:"last,omitempty"`
-
-
-
@@ -222,7 +222,7 @@ func TestIRI_Equals(t *testing.T) {{ i1 := IRI("http://example.com/ana/are/mere?foo=bar&ana=mere") i2 := IRI("https://example.com/ana/are/mere?ana=mere&foo1=bar") // same host, different scheme and same path, differnt query key different order // same host, different scheme and same path, different query key different order if i1.Equals(i2, false) { t.Errorf("%s should not equal %s", i1, i2) }
-
-
-
@@ -106,7 +106,7 @@ type OrderedCollection struct {Source Source `jsonld:"source,omitempty"` // In a paged Collection, indicates the page that contains the most recently updated member items. Current ObjectOrLink `jsonld:"current,omitempty"` // In a paged Collection, indicates the furthest preceeding page of items in the collection. // In a paged Collection, indicates the furthest preceding page of items in the collection. First ObjectOrLink `jsonld:"first,omitempty"` // In a paged Collection, indicates the furthest proceeding page of the collection. Last ObjectOrLink `jsonld:"last,omitempty"`
-
-
-
@@ -107,7 +107,7 @@ type OrderedCollectionPage struct {Source Source `jsonld:"source,omitempty"` // In a paged Collection, indicates the page that contains the most recently updated member items. Current ObjectOrLink `jsonld:"current,omitempty"` // In a paged Collection, indicates the furthest preceeding page of items in the collection. // In a paged Collection, indicates the furthest preceding page of items in the collection. First ObjectOrLink `jsonld:"first,omitempty"` // In a paged Collection, indicates the furthest proceeding page of the collection. Last ObjectOrLink `jsonld:"last,omitempty"`
-