aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2024-12-19 19:24:22 -0800
committerchrislu <chris.lu@gmail.com>2024-12-19 19:25:06 -0800
commitbfd59dd5795d155a99ee3e7a7eb37b0e6da07f72 (patch)
treeb29952c60b311597580d1d30d3a2f10ca410a032
parentec155022e7e8d0f30bfcfa169248ec3ecc40e960 (diff)
downloadseaweedfs-bfd59dd5795d155a99ee3e7a7eb37b0e6da07f72.tar.xz
seaweedfs-bfd59dd5795d155a99ee3e7a7eb37b0e6da07f72.zip
adjust import
-rw-r--r--weed/storage/store_ec.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/weed/storage/store_ec.go b/weed/storage/store_ec.go
index 6a20de6d0..38cf41550 100644
--- a/weed/storage/store_ec.go
+++ b/weed/storage/store_ec.go
@@ -9,12 +9,11 @@ import (
"sync"
"time"
- "github.com/seaweedfs/seaweedfs/weed/pb"
-
"github.com/klauspost/reedsolomon"
"github.com/seaweedfs/seaweedfs/weed/glog"
"github.com/seaweedfs/seaweedfs/weed/operation"
+ "github.com/seaweedfs/seaweedfs/weed/pb"
"github.com/seaweedfs/seaweedfs/weed/pb/master_pb"
"github.com/seaweedfs/seaweedfs/weed/pb/volume_server_pb"
"github.com/seaweedfs/seaweedfs/weed/stats"