Browse Source

Merge pull request #276 from ernado/master

use klauspost/crc32 instead of hash/crc32
pull/279/merge
Chris Lu 9 years ago
parent
commit
7dcbbaa653
  1. 1
      .travis.yml
  2. 2
      go/storage/crc.go

1
.travis.yml

@ -2,6 +2,7 @@ sudo: false
language: go
go:
- 1.5
- 1.6
- tip
before_install:

2
go/storage/crc.go

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

Loading…
Cancel
Save