mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-15 02:24:53 +08:00
add lots of error checking by GThomas
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
package replication
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"fmt"
|
||||
"math/rand"
|
||||
"code.google.com/p/weed-fs/go/operation"
|
||||
"code.google.com/p/weed-fs/go/storage"
|
||||
"code.google.com/p/weed-fs/go/topology"
|
||||
"errors"
|
||||
"fmt"
|
||||
"math/rand"
|
||||
"sync"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user