use github.com/aszxqw instead of code.google.com/p

This commit is contained in:
wyy
2014-09-25 00:47:09 +08:00
parent a2f8d985fb
commit 1cd19447e3
69 changed files with 138 additions and 138 deletions

View File

@@ -3,7 +3,7 @@ package filer
import ()
import (
"code.google.com/p/weed-fs/go/util"
"github.com/aszxqw/weed-fs/go/util"
"encoding/json"
"errors"
"fmt"

View File

@@ -2,7 +2,7 @@ package filer
import (
"bufio"
"code.google.com/p/weed-fs/go/util"
"github.com/aszxqw/weed-fs/go/util"
"fmt"
"io"
"os"

View File

@@ -1,7 +1,7 @@
package filer
import (
"code.google.com/p/weed-fs/go/operation"
"github.com/aszxqw/weed-fs/go/operation"
"errors"
"fmt"
"path/filepath"

View File

@@ -2,7 +2,7 @@ package filer
import (
"bytes"
"code.google.com/p/weed-fs/go/glog"
"github.com/aszxqw/weed-fs/go/glog"
"github.com/syndtr/goleveldb/leveldb"
"github.com/syndtr/goleveldb/leveldb/util"
)