package
0.0.0-20211130232802-bd9b0526fedf
Repository: https://github.com/pkopriv2/golang-sdk.git
Documentation: pkg.go.dev
# README
Bin
Bin is a set of APIs for working with binary data. Currently, there is only a single binary Key implementation.
Getting Started
Pull the dependency with go get:
go get http://github.com/pkopriv2/golang-sdk
Import it:
import "github.com/pkopriv2/golang-sdk/lang/bin"
Working with Keys
Stash contains basically a single method:
stash := stash.Open(ctx, "path/to/stash.db")
This method is guaranteed thread-safe and will only produce a single bolt.DB instance per stash location.