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

@@ -2,11 +2,11 @@ package weed_server
import (
"bytes"
"code.google.com/p/weed-fs/go/glog"
"code.google.com/p/weed-fs/go/operation"
"code.google.com/p/weed-fs/go/stats"
"code.google.com/p/weed-fs/go/storage"
"code.google.com/p/weed-fs/go/util"
"github.com/aszxqw/weed-fs/go/glog"
"github.com/aszxqw/weed-fs/go/operation"
"github.com/aszxqw/weed-fs/go/stats"
"github.com/aszxqw/weed-fs/go/storage"
"github.com/aszxqw/weed-fs/go/util"
"encoding/json"
"fmt"
"net"