mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 21:09:11 +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{}
|