build-trust / did

A golang package to work with Decentralized Identifiers (DIDs)
https://w3c-ccg.github.io/did-spec
Apache License 2.0
91 stars 21 forks source link

Should IsReference() function check to see if method and ID are correctly formed? #2

Open BrettNitschke opened 6 years ago

mrinalwadhwa commented 6 years ago

good point, I think there can be an IsValid to be used by both IsReference and String but let’s keep that for a future version.