diff options
| author | Chris Lu <chris.lu@gmail.com> | 2013-02-10 03:31:40 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2013-02-10 03:31:40 -0800 |
| commit | 55f2627fcf965c3765ad9b63878e9a22a59f4b55 (patch) | |
| tree | edbdce3e9a4751d4f49250aac881507446606958 /weed/master.go | |
| parent | ab6fb13ad795763ba7fc7c91696d2890be6da543 (diff) | |
| download | seaweedfs-55f2627fcf965c3765ad9b63878e9a22a59f4b55.tar.xz seaweedfs-55f2627fcf965c3765ad9b63878e9a22a59f4b55.zip | |
testing new directory structure
Diffstat (limited to 'weed/master.go')
| -rw-r--r-- | weed/master.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/weed/master.go b/weed/master.go index a06c8a99a..78db929f2 100644 --- a/weed/master.go +++ b/weed/master.go @@ -5,9 +5,9 @@ import ( "errors" "log" "net/http" - "weed/replication" - "weed/storage" - "weed/topology" + "code.google.com/p/weed-fs/weed/replication" + "code.google.com/p/weed-fs/weed/storage" + "code.google.com/p/weed-fs/weed/topology" "runtime" "strconv" "strings" |
