Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.
/ go-ipfs-util Public archive

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

License

Notifications You must be signed in to change notification settings

ipfs/go-ipfs-util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9422f9f Β· Jun 14, 2023

History

50 Commits
Jun 14, 2023
Nov 2, 2018
Nov 16, 2015
Jun 21, 2016
May 25, 2023
May 25, 2023
Nov 16, 2015
Feb 8, 2023
Jun 6, 2020
Nov 2, 2018
May 25, 2023
Nov 16, 2015
May 25, 2023
Nov 16, 2015
May 25, 2023

Repository files navigation

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