diff options
| author | Chris Lu <chris.lu@gmail.com> | 2016-04-01 12:35:44 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2016-04-01 12:35:44 -0700 |
| commit | 7dcbbaa653c311dc6dbbb7815023fd924c3f00fc (patch) | |
| tree | bdcfee5ddd99f6af8cf76e416a331e2bd21d5278 /go | |
| parent | 67cd8959bcc81cbe32a6c1998e8facb36436bb88 (diff) | |
| parent | a2bb5a34fda6241c242a9d37f7f9d1d0e155b756 (diff) | |
| download | seaweedfs-7dcbbaa653c311dc6dbbb7815023fd924c3f00fc.tar.xz seaweedfs-7dcbbaa653c311dc6dbbb7815023fd924c3f00fc.zip | |
Merge pull request #276 from ernado/master
use klauspost/crc32 instead of hash/crc32
Diffstat (limited to 'go')
| -rw-r--r-- | go/storage/crc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go/storage/crc.go b/go/storage/crc.go index b10354d64..21e384854 100644 --- a/go/storage/crc.go +++ b/go/storage/crc.go @@ -2,7 +2,7 @@ package storage import ( "fmt" - "hash/crc32" + "github.com/klauspost/crc32" "github.com/chrislusf/seaweedfs/go/util" ) |
