Package did implements Decentralized Identifiers (DIDs), for the Go programming language.
As defined here: https://www.w3.org/TR/did-core/
Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-did
To import package did use import
code like the following:
import "github.com/reiver/go-did"
To install package did do the following:
GOPROXY=direct go get github.com/reiver/go-did
Package did was written by Charles Iliya Krempeaux