testing new directory structure

This commit is contained in:
Chris Lu
2013-02-10 03:31:40 -08:00
parent ab6fb13ad7
commit 55f2627fcf
23 changed files with 38 additions and 38 deletions

View File

@@ -4,9 +4,9 @@ import (
"errors"
"fmt"
"math/rand"
"weed/operation"
"weed/storage"
"weed/topology"
"code.google.com/p/weed-fs/weed/operation"
"code.google.com/p/weed-fs/weed/storage"
"code.google.com/p/weed-fs/weed/topology"
"sync"
)

View File

@@ -4,8 +4,8 @@ import (
"encoding/json"
"fmt"
"math/rand"
"weed/storage"
"weed/topology"
"code.google.com/p/weed-fs/weed/storage"
"code.google.com/p/weed-fs/weed/topology"
"testing"
"time"
)