use klauspost/crc32 instead of hash/crc32

This commit is contained in:
Alexandr Razumov 2016-04-01 22:18:58 +03:00
parent 67cd8959bc
commit ca2a6cc36b

View file

@ -2,7 +2,7 @@ package storage
import (
"fmt"
"hash/crc32"
"github.com/klauspost/crc32"
"github.com/chrislusf/seaweedfs/go/util"
)