# Packages
No description provided by the author
# README
did-sdk-go
Introduction
Provides general purpose operations for MetaBlox according to W3C spec.
Installation and usage
The import path for the package is gopkg.in/yaml.v3.
To install it, run:
go get github.com/metablox/did-sdk-go
API documentation
API stability
License
The did-sdk-go package is licensed under the MIT license. Please see the LICENSE file for details.
Example
package main
import (
"fmt"
)
func main() {
fmt.Println("did-sdk-go,hello world!")
}