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

@@ -3,7 +3,7 @@ package storage
import (
"log"
"os"
"weed/util"
"code.google.com/p/weed-fs/weed/util"
"testing"
)

View File

@@ -7,7 +7,7 @@ import (
"mime"
"net/http"
"path"
"weed/util"
"code.google.com/p/weed-fs/weed/util"
"strconv"
"strings"
)

View File

@@ -3,7 +3,7 @@ package storage
import (
//"log"
"os"
"weed/util"
"code.google.com/p/weed-fs/weed/util"
)
type NeedleMap struct {

View File

@@ -5,7 +5,7 @@ import (
"fmt"
"io"
"os"
"weed/util"
"code.google.com/p/weed-fs/weed/util"
)
const (

View File

@@ -6,7 +6,7 @@ import (
"io/ioutil"
"log"
"net/url"
"weed/util"
"code.google.com/p/weed-fs/weed/util"
"strconv"
"strings"
)