Awesome
go-ipfs-util
Common utilities used by go-ipfs and other related go packages
ā This repo is no longer maintained.
š 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.
ā ļø If you continue using this repo, please note that security fixes will not be provided (unless someone steps in to maintain it).
š Learn more, including how to take the maintainership mantle or ask questions, here.
Install
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).
Usage
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.
Want to hack on IPFS?
License
MIT