1package did 2 3import "github.com/whyrusleeping/go-did" 4 5type Document = did.Document 6 7type Service = did.Service 8 9var ParseDID = did.ParseDID