diff options
| author | Stuart P. Bentley <stuart@testtrack4.com> | 2015-04-16 19:18:06 +0000 |
|---|---|---|
| committer | Stuart P. Bentley <stuart@testtrack4.com> | 2015-04-16 19:18:06 +0000 |
| commit | f0c2a2dcb314ffb9c2f33eb159edc81ab3903a6c (patch) | |
| tree | 3bff62cabe6fedda2819838b9c9f2e8440c782f0 /go/storage/volume.go | |
| parent | 41f29e9d8c8a910d3a3061dd167b7f448e243d0c (diff) | |
| download | seaweedfs-f0c2a2dcb314ffb9c2f33eb159edc81ab3903a6c.tar.xz seaweedfs-f0c2a2dcb314ffb9c2f33eb159edc81ab3903a6c.zip | |
Change all chrislusf/weed-fs links to point to chrislu/seaweedfs
Diffstat (limited to 'go/storage/volume.go')
| -rw-r--r-- | go/storage/volume.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go/storage/volume.go b/go/storage/volume.go index 217a82373..bc17e18ea 100644 --- a/go/storage/volume.go +++ b/go/storage/volume.go @@ -10,7 +10,7 @@ import ( "sync" "time" - "github.com/chrislusf/weed-fs/go/glog" + "github.com/chrislusf/seaweedfs/go/glog" ) type Volume struct { |
