diff options
| author | Brian McQueen <bmcquee@l-sclX1Q0DV7-M.local> | 2014-12-14 00:35:26 -0800 |
|---|---|---|
| committer | Brian McQueen <bmcquee@l-sclX1Q0DV7-M.local> | 2014-12-14 00:35:26 -0800 |
| commit | d56c748fa889a119139c3a40528a18e8ce4123ad (patch) | |
| tree | 76d3cbaa6f4124c23243a68e67ad1f1d6d14c91b /go/storage/crc.go | |
| parent | 57ec736941a554919cfed2bd2ac2bb694095a7d2 (diff) | |
| download | seaweedfs-d56c748fa889a119139c3a40528a18e8ce4123ad.tar.xz seaweedfs-d56c748fa889a119139c3a40528a18e8ce4123ad.zip | |
switch it back to chris's repo
Diffstat (limited to 'go/storage/crc.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 01452dd4a..af25b9e53 100644 --- a/go/storage/crc.go +++ b/go/storage/crc.go @@ -4,7 +4,7 @@ import ( "fmt" "hash/crc32" - "github.com/mcqueenorama/weed-fs/go/util" + "github.com/chrislusf/weed-fs/go/util" ) var table = crc32.MakeTable(crc32.Castagnoli) |
