diff options
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 af25b9e53..b10354d64 100644 --- a/go/storage/crc.go +++ b/go/storage/crc.go @@ -4,7 +4,7 @@ import ( "fmt" "hash/crc32" - "github.com/chrislusf/weed-fs/go/util" + "github.com/chrislusf/seaweedfs/go/util" ) var table = crc32.MakeTable(crc32.Castagnoli) |
