mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-28 22:08:01 +08:00
- Modified Godeps/Godeps.json by hand - [TEST] Updated welcome docs hash to sharness - [TEST] Updated contact doc - [TEST] disabled breaking test (t0080-repo refs local)
6 lines
288 B
Go
6 lines
288 B
Go
package util
|
|
|
|
// FIXME: we need the go-random/random utility for our sharness test wich depends on go-humanize
|
|
// Godep will drop it if we dont use it in ipfs. There should be a better way to do this.
|
|
import _ "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/dustin/go-humanize"
|