Files
sonr/pkg/services/resolver/formatter.go
T

8 lines
86 B
Go

package resolver
type DID string
func (d DID) String() string {
return string(d)
}