This repository contains utility functions for the Bitcoin Vault project.
To use the utility functions in your Go project, add this repository as a module dependency:
go get github.com/scalarorg/go-common
Then, import the package in your Go code:
import "github.com/scalarorg/go-common"