switch to my forked repo

This commit is contained in:
Brian McQueen
2014-12-14 00:20:21 -08:00
parent a3583e4e7c
commit c0dfdf4392
69 changed files with 141 additions and 140 deletions

View File

@@ -6,8 +6,8 @@ import (
"net/url"
"strconv"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/util"
"github.com/mcqueenorama/weed-fs/go/glog"
"github.com/mcqueenorama/weed-fs/go/util"
)
type AssignResult struct {

View File

@@ -7,7 +7,7 @@ import (
"strings"
"sync"
"github.com/chrislusf/weed-fs/go/util"
"github.com/mcqueenorama/weed-fs/go/util"
)
type DeleteResult struct {

View File

@@ -3,8 +3,8 @@ package operation
import (
"encoding/json"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/util"
"github.com/mcqueenorama/weed-fs/go/glog"
"github.com/mcqueenorama/weed-fs/go/util"
)
type ClusterStatusResult struct {

View File

@@ -9,7 +9,7 @@ import (
"strings"
"time"
"github.com/chrislusf/weed-fs/go/util"
"github.com/mcqueenorama/weed-fs/go/util"
)
type Location struct {

View File

@@ -9,7 +9,7 @@ import (
"strconv"
"strings"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/mcqueenorama/weed-fs/go/glog"
)
type FilePart struct {

View File

@@ -14,7 +14,7 @@ import (
"path/filepath"
"strings"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/mcqueenorama/weed-fs/go/glog"
)
type UploadResult struct {