mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-03 09:51:39 +00:00
refactor: remove web documentation
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package resolver
|
||||
|
||||
type DID string
|
||||
|
||||
func (d DID) String() string {
|
||||
return string(d)
|
||||
}
|
||||
Reference in New Issue
Block a user