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

feat: add did query support #7

Closed mrinalwadhwa closed 5 years ago

mrinalwadhwa commented 5 years ago
  1. add query to grammar
  2. add query support to Parse()
  3. add query support to IsReference()
  4. add query support tp String()
  5. add tests
  6. add query examples
  7. update README

For #5