diff options
Diffstat (limited to 'weed/storage/crc.go')
| -rw-r--r-- | weed/storage/crc.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/storage/crc.go b/weed/storage/crc.go index df44d1679..e49686dc8 100644 --- a/weed/storage/crc.go +++ b/weed/storage/crc.go @@ -1,11 +1,11 @@ package storage import ( - "fmt" "crypto/md5" + "fmt" - "github.com/klauspost/crc32" "github.com/chrislusf/seaweedfs/weed/util" + "github.com/klauspost/crc32" ) var table = crc32.MakeTable(crc32.Castagnoli) |
