diff options
Diffstat (limited to 'weed/storage/volume_create_windows.go')
| -rw-r--r-- | weed/storage/volume_create_windows.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/weed/storage/volume_create_windows.go b/weed/storage/volume_create_windows.go index 1b29b43c8..4c9a146f5 100644 --- a/weed/storage/volume_create_windows.go +++ b/weed/storage/volume_create_windows.go @@ -5,11 +5,11 @@ package storage import ( "os" - "github.com/joeslay/seaweedfs/weed/storage/memory_map" + "github.com/chrislusf/seaweedfs/weed/storage/memory_map" "golang.org/x/sys/windows" - "github.com/joeslay/seaweedfs/weed/glog" - "github.com/joeslay/seaweedfs/weed/os_overloads" + "github.com/chrislusf/seaweedfs/weed/glog" + "github.com/chrislusf/seaweedfs/weed/os_overloads" ) func createVolumeFile(fileName string, preallocate int64, memoryMapSizeMB uint32) (*os.File, error) { |
