Common utilities used by go-ipfs and other related go packages
👉 We highly recommend switching to the maintained version at https://github.com/ipfs/boxo/tree/main/util. 🏎️ Good news! There is tooling and documentation to expedite a switch in your repo.
📚 Learn more, including how to take the maintainership mantle or ask questions, here.
This is a Go module which can be installed with go get github.com/ipfs/go-ipfs-util
. go-ipfs-util
is however packaged with Gx, so it is recommended to use Gx to install it (see Usage section).
This module is packaged with Gx. In order to use it in your own project do:
go get -u github.com/whyrusleeping/gx
go get -u github.com/whyrusleeping/gx-go
cd <your-project-repository>
gx init
gx import github.com/ipfs/go-ipfs-util
gx install --global
gx-go --rewrite
Please check Gx and Gx-go documentation for more information.
MIT