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

8 lines
86 B
Go
Raw Normal View History

2024-11-26 22:05:50 -05:00
package resolver
type DID string
func (d DID) String() string {
return string(d)
}