c9e99c432d | ||
---|---|---|
.. | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
README.md | ||
file.go | ||
go.mod | ||
go.sum | ||
package.json | ||
time.go | ||
util.go |
README.md
go-ipfs-util
Common utilities used by go-ipfs and other related go packages
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.
Contribute
Feel free to join in. All welcome. Open an issue!
This repository falls under the IPFS Code of Conduct.
Want to hack on IPFS?
License
MIT