This commit is contained in:
Chris Lu
2018-10-06 13:04:33 -07:00
parent 14858f6224
commit f8c2704d2b
2 changed files with 2 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ import (
"context"
"fmt"
"log"
"os"
"cloud.google.com/go/storage"
"github.com/chrislusf/seaweedfs/weed/pb/filer_pb"
@@ -11,7 +12,6 @@ import (
"github.com/chrislusf/seaweedfs/weed/util"
"github.com/chrislusf/seaweedfs/weed/filer2"
"github.com/chrislusf/seaweedfs/weed/replication/sink"
"os"
"google.golang.org/api/option"
)