mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-11 13:29:12 +00:00
7 lines
106 B
Go
7 lines
106 B
Go
|
package did
|
||
|
|
||
|
// Format is the formatter to use for DIDs
|
||
|
var Format = formatter{}
|
||
|
|
||
|
type formatter struct{}
|