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

@@ -2,7 +2,7 @@ package topology
import (
_ "fmt"
"weed/storage"
"code.google.com/p/weed-fs/weed/storage"
"strconv"
)

View File

@@ -2,7 +2,7 @@ package topology
import (
"fmt"
"weed/storage"
"code.google.com/p/weed-fs/weed/storage"
)
type NodeId string

View File

@@ -3,7 +3,7 @@ package topology
import (
"fmt"
"math/rand"
"weed/storage"
"code.google.com/p/weed-fs/weed/storage"
)
type NodeList struct {

View File

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

View File

@@ -4,9 +4,9 @@ import (
"errors"
"io/ioutil"
"math/rand"
"weed/directory"
"weed/sequence"
"weed/storage"
"code.google.com/p/weed-fs/weed/directory"
"code.google.com/p/weed-fs/weed/sequence"
"code.google.com/p/weed-fs/weed/storage"
)
type Topology struct {

View File

@@ -5,8 +5,8 @@ import (
"errors"
"fmt"
"net/url"
"weed/storage"
"weed/util"
"code.google.com/p/weed-fs/weed/storage"
"code.google.com/p/weed-fs/weed/util"
"time"
)

View File

@@ -3,7 +3,7 @@ package topology
import (
"fmt"
"math/rand"
"weed/storage"
"code.google.com/p/weed-fs/weed/storage"
"time"
)

View File

@@ -4,7 +4,7 @@ import (
"errors"
"fmt"
"math/rand"
"weed/storage"
"code.google.com/p/weed-fs/weed/storage"
)
type VolumeLayout struct {