Skip to content

Commit d583b4a

Browse files
committed
linkedql: add todo for the unmarshal
1 parent 16f12fc commit d583b4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

query/linkedql/registry.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ var (
6161

6262
// Unmarshal attempts to unmarshal an Item or returns error.
6363
func Unmarshal(data []byte) (RegistryItem, error) {
64+
// TODO: make it a part of quad/jsonld package.
6465
var m map[string]json.RawMessage
6566
if err := json.Unmarshal(data, &m); err != nil {
6667
return nil, err

0 commit comments

Comments
 (0)