this repo has no description
at main 146 B view raw
1package photocopy 2 3func uriFromParts(did string, collection string, rkey string) string { 4 return "at://" + did + "/" + collection + "/" + rkey 5}