Browse Source

use klauspost/crc32 instead of hash/crc32

pull/276/head
Alexandr Razumov 9 years ago
parent
commit
ca2a6cc36b
  1. 2
      go/storage/crc.go

2
go/storage/crc.go

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

Loading…
Cancel
Save