testing new directory structure
This commit is contained in:
@@ -3,7 +3,7 @@ package storage
|
||||
import (
|
||||
"log"
|
||||
"os"
|
||||
"weed/util"
|
||||
"code.google.com/p/weed-fs/weed/util"
|
||||
"testing"
|
||||
)
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ import (
|
||||
"mime"
|
||||
"net/http"
|
||||
"path"
|
||||
"weed/util"
|
||||
"code.google.com/p/weed-fs/weed/util"
|
||||
"strconv"
|
||||
"strings"
|
||||
)
|
||||
|
||||
@@ -3,7 +3,7 @@ package storage
|
||||
import (
|
||||
//"log"
|
||||
"os"
|
||||
"weed/util"
|
||||
"code.google.com/p/weed-fs/weed/util"
|
||||
)
|
||||
|
||||
type NeedleMap struct {
|
||||
|
||||
@@ -5,7 +5,7 @@ import (
|
||||
"fmt"
|
||||
"io"
|
||||
"os"
|
||||
"weed/util"
|
||||
"code.google.com/p/weed-fs/weed/util"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@@ -6,7 +6,7 @@ import (
|
||||
"io/ioutil"
|
||||
"log"
|
||||
"net/url"
|
||||
"weed/util"
|
||||
"code.google.com/p/weed-fs/weed/util"
|
||||
"strconv"
|
||||
"strings"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user