refactor: remove web documentation

This commit is contained in:
Prad Nukala
2024-11-25 15:13:16 -05:00
parent e04d071ca7
commit 4cbada21a7
3 changed files with 7 additions and 126 deletions
+7
View File
@@ -0,0 +1,7 @@
package resolver
type DID string
func (d DID) String() string {
return string(d)
}