switch it back to chris's repo

This commit is contained in:
Brian McQueen
2014-12-14 00:35:26 -08:00
parent 57ec736941
commit d56c748fa8
69 changed files with 140 additions and 140 deletions

View File

@@ -13,7 +13,7 @@ import (
"encoding/json"
"os"
"github.com/mcqueenorama/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/glog"
)
type Config struct {

View File

@@ -5,7 +5,7 @@ import (
"errors"
"os"
"github.com/mcqueenorama/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/glog"
)
func TestFolderWritable(folder string) (err error) {

View File

@@ -4,7 +4,7 @@ import (
"net"
"time"
"github.com/mcqueenorama/weed-fs/go/stats"
"github.com/chrislusf/weed-fs/go/stats"
)
// Listener wraps a net.Listener, and gives a place to store the timeout