Lint fixes

This commit is contained in:
Łukasz Magiera
2019-07-16 18:07:08 +02:00
parent d30d9a30bc
commit 0fa47c6dfa
5 changed files with 11 additions and 8 deletions
+2 -1
View File
@@ -3,10 +3,11 @@ package client
import (
"context"
"errors"
"os"
"github.com/filecoin-project/go-lotus/api"
"github.com/ipfs/go-filestore"
"go.uber.org/fx"
"os"
"github.com/ipfs/go-cid"
chunker "github.com/ipfs/go-ipfs-chunker"