status-go/vendor/github.com/ipfs/go-ipfs-util
Andrea Maria Piana 4d15ae8a85 Upgrade to go 1.18 2022-05-11 12:39:54 +01:00
..
.gitignore migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00
.travis.yml go-waku integration (#2247) 2021-06-16 16:19:45 -04:00
LICENSE migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00
README.md go-waku integration (#2247) 2021-06-16 16:19:45 -04:00
file.go migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00
package.json migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00
time.go migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00
util.go migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00

README.md

go-ipfs-util

standard-readme compliant

Common utilities used by go-ipfs and other related go packages

Lead Maintainer

Steven Allen

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