ipfs / go-ipfs-util

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-ipfs-util

standard-readme compliant

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

About

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

License:MIT License


Languages

Language:Go 100.0%