Bring up to date with main

This commit is contained in:
tsmethurst 2021-06-27 14:23:23 +02:00
commit 19f0cd710b
2 changed files with 3 additions and 1 deletions

View file

@ -180,6 +180,6 @@ func dereferenceByNodeInfo(t *transport, c context.Context, iri *url.URL) (*gtsm
if nodeinfoHref == nil {
return nil, errors.New("could not find nodeinfo rel in well known response")
}
aaaaaaaaaaaaaaaaa // do the second query
// TODO: do the second query
return nil, errors.New("not yet implemented")
}