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

8 lines
86 B
Go
Raw Normal View History

2024-11-25 15:13:16 -05:00
package resolver
type DID string
func (d DID) String() string {
return string(d)
}