Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 24f7227

Browse files
committed
Update go-ipfs-util
Also, fix errrrr
1 parent 60ded19 commit 24f7227

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88

99
"github.com/ipfs/go-ipfs-api"
1010

11-
u "github.com/ipfs/go-ipfs/util"
11+
u "github.com/ipfs/go-ipfs-util"
1212
)
1313

1414
var sh *shell.Shell
@@ -86,7 +86,7 @@ func main() {
8686
for i := 0; i < 200; i++ {
8787
_, err := makeRandomObject()
8888
if err != nil {
89-
fmt.Println("errrrrrr: ", err)
89+
fmt.Println("err: ", err)
9090
return
9191
}
9292
}

0 commit comments

Comments
 (0)