Changes
2 changed files (+10/-0)
-
-
@@ -4,6 +4,7 @@ import ("encoding/json" "fmt" "git.sr.ht/~mariusor/go-xsd-duration" "github.com/go-ap/jsonld" "time" )
-
@@ -343,3 +344,8 @@ func writeLinkValue(b *[]byte, l Link) (notEmpty bool) {} return notEmpty } // MarshalJSON wraps the jsonld.Marshal function func MarshalJSON(it Item) ([]byte, error) { return jsonld.Marshal(it) }
-
-
-
@@ -464,3 +464,7 @@ func Test_writeValue(t *testing.T) {}) } } func TestMarshalJSON(t *testing.T) { t.Skip("TODO") }
-