use github.com/chrislusf instead of github.com/aszxqw

This commit is contained in:
wyy
2014-09-25 16:57:22 +08:00
parent d39c62bbed
commit 4126280d55
69 changed files with 138 additions and 138 deletions

View File

@@ -1,7 +1,7 @@
package storage
import (
"github.com/aszxqw/weed-fs/go/util"
"github.com/chrislusf/weed-fs/go/util"
"encoding/json"
"errors"
"fmt"

View File

@@ -1,7 +1,7 @@
package storage
import (
"github.com/aszxqw/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/glog"
"math/rand"
"os"
"runtime"

View File

@@ -1,8 +1,8 @@
package storage
import (
"github.com/aszxqw/weed-fs/go/glog"
"github.com/aszxqw/weed-fs/go/util"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/util"
"log"
"os"
"testing"

View File

@@ -2,7 +2,7 @@ package storage
import (
"bytes"
"github.com/aszxqw/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/glog"
"compress/flate"
"compress/gzip"
"io/ioutil"

View File

@@ -1,7 +1,7 @@
package storage
import (
"github.com/aszxqw/weed-fs/go/util"
"github.com/chrislusf/weed-fs/go/util"
"fmt"
"hash/crc32"
)

View File

@@ -1,8 +1,8 @@
package storage
import (
"github.com/aszxqw/weed-fs/go/glog"
"github.com/aszxqw/weed-fs/go/util"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/util"
"encoding/hex"
"errors"
"strings"

View File

@@ -1,9 +1,9 @@
package storage
import (
"github.com/aszxqw/weed-fs/go/glog"
"github.com/aszxqw/weed-fs/go/images"
"github.com/aszxqw/weed-fs/go/util"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/images"
"github.com/chrislusf/weed-fs/go/util"
"encoding/hex"
"errors"
"io/ioutil"

View File

@@ -1,8 +1,8 @@
package storage
import (
"github.com/aszxqw/weed-fs/go/glog"
"github.com/aszxqw/weed-fs/go/util"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/util"
"fmt"
"io"
"os"

View File

@@ -1,8 +1,8 @@
package storage
import (
"github.com/aszxqw/weed-fs/go/glog"
"github.com/aszxqw/weed-fs/go/util"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/util"
"errors"
"fmt"
"io"

View File

@@ -2,9 +2,9 @@ package storage
import (
proto "code.google.com/p/goprotobuf/proto"
"github.com/aszxqw/weed-fs/go/glog"
"github.com/aszxqw/weed-fs/go/operation"
"github.com/aszxqw/weed-fs/go/util"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/operation"
"github.com/chrislusf/weed-fs/go/util"
"encoding/json"
"errors"
"fmt"

View File

@@ -1,7 +1,7 @@
package storage
import (
"github.com/aszxqw/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/glog"
"fmt"
"strconv"
)

View File

@@ -2,7 +2,7 @@ package storage
import (
"bytes"
"github.com/aszxqw/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/glog"
"errors"
"fmt"
"io"

View File

@@ -1,7 +1,7 @@
package storage
import (
"github.com/aszxqw/weed-fs/go/operation"
"github.com/chrislusf/weed-fs/go/operation"
)
type VolumeInfo struct {

View File

@@ -1,7 +1,7 @@
package storage
import (
"github.com/aszxqw/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/glog"
"fmt"
"os"
)

View File

@@ -1,7 +1,7 @@
package storage
import (
"github.com/aszxqw/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/glog"
"fmt"
"os"
"time"