1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-09-15 13:30:36 +02:00

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

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

View file

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

View file

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

View file

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

View file

@ -1,8 +1,8 @@
package operation
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/json"
"errors"
"net/url"

View file

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

View file

@ -1,8 +1,8 @@
package operation
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/json"
)

View file

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

View file

@ -2,7 +2,7 @@ package operation
import (
"bytes"
"github.com/aszxqw/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/glog"
"io"
"mime"
"os"

View file

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

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"

View file

@ -1,7 +1,7 @@
package main
import (
"github.com/aszxqw/weed-fs/go/storage"
"github.com/chrislusf/weed-fs/go/storage"
"flag"
"fmt"
"log"

View file

@ -1,8 +1,8 @@
package topology
import (
"github.com/aszxqw/weed-fs/go/storage"
"github.com/aszxqw/weed-fs/go/util"
"github.com/chrislusf/weed-fs/go/storage"
"github.com/chrislusf/weed-fs/go/util"
"encoding/json"
"errors"
"net/url"

View file

@ -1,8 +1,8 @@
package topology
import (
"github.com/aszxqw/weed-fs/go/glog"
"github.com/aszxqw/weed-fs/go/storage"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/storage"
"github.com/goraft/raft"
)

View file

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

View file

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

View file

@ -1,8 +1,8 @@
package topology
import (
"github.com/aszxqw/weed-fs/go/glog"
"github.com/aszxqw/weed-fs/go/storage"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/storage"
"errors"
"math/rand"
"strings"

View file

@ -2,10 +2,10 @@ package topology
import (
"bytes"
"github.com/aszxqw/weed-fs/go/glog"
"github.com/aszxqw/weed-fs/go/operation"
"github.com/aszxqw/weed-fs/go/storage"
"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/storage"
"github.com/chrislusf/weed-fs/go/util"
"net/http"
"strconv"
)

View file

@ -1,10 +1,10 @@
package topology
import (
"github.com/aszxqw/weed-fs/go/glog"
"github.com/aszxqw/weed-fs/go/operation"
"github.com/aszxqw/weed-fs/go/sequence"
"github.com/aszxqw/weed-fs/go/storage"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/operation"
"github.com/chrislusf/weed-fs/go/sequence"
"github.com/chrislusf/weed-fs/go/storage"
"errors"
"github.com/goraft/raft"
"io/ioutil"

View file

@ -1,8 +1,8 @@
package topology
import (
"github.com/aszxqw/weed-fs/go/glog"
"github.com/aszxqw/weed-fs/go/storage"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/storage"
"math/rand"
"time"
)

View file

@ -1,9 +1,9 @@
package topology
import (
"github.com/aszxqw/weed-fs/go/glog"
"github.com/aszxqw/weed-fs/go/storage"
"github.com/aszxqw/weed-fs/go/util"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/storage"
"github.com/chrislusf/weed-fs/go/util"
"encoding/json"
"errors"
"net/url"

View file

@ -1,8 +1,8 @@
package topology
import (
"github.com/aszxqw/weed-fs/go/glog"
"github.com/aszxqw/weed-fs/go/storage"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/storage"
"fmt"
"math/rand"
"sync"

View file

@ -1,8 +1,8 @@
package topology
import (
"github.com/aszxqw/weed-fs/go/sequence"
"github.com/aszxqw/weed-fs/go/storage"
"github.com/chrislusf/weed-fs/go/sequence"
"github.com/chrislusf/weed-fs/go/storage"
"encoding/json"
"fmt"
"testing"

View file

@ -1,8 +1,8 @@
package topology
import (
"github.com/aszxqw/weed-fs/go/glog"
"github.com/aszxqw/weed-fs/go/storage"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/storage"
"errors"
"math/rand"
"sync"

View file

@ -10,7 +10,7 @@ package util
import (
"bytes"
"github.com/aszxqw/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/glog"
"encoding/json"
"os"
)

View file

@ -2,7 +2,7 @@ package util
import (
"bufio"
"github.com/aszxqw/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/glog"
"errors"
"os"
)

View file

@ -1,7 +1,7 @@
package util
import (
"github.com/aszxqw/weed-fs/go/stats"
"github.com/chrislusf/weed-fs/go/stats"
"net"
"time"
)

View file

@ -2,9 +2,9 @@ package main
import (
"bufio"
"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"
"fmt"
"io"
"math"

View file

@ -1,8 +1,8 @@
package main
import (
"github.com/aszxqw/weed-fs/go/glog"
"github.com/aszxqw/weed-fs/go/storage"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/storage"
)
func init() {

View file

@ -1,8 +1,8 @@
package main
import (
"github.com/aszxqw/weed-fs/go/operation"
"github.com/aszxqw/weed-fs/go/util"
"github.com/chrislusf/weed-fs/go/operation"
"github.com/chrislusf/weed-fs/go/util"
"fmt"
"io"
"io/ioutil"

View file

@ -3,8 +3,8 @@ package main
import (
"archive/tar"
"bytes"
"github.com/aszxqw/weed-fs/go/glog"
"github.com/aszxqw/weed-fs/go/storage"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/storage"
"fmt"
"os"
"path"

View file

@ -1,9 +1,9 @@
package main
import (
"github.com/aszxqw/weed-fs/go/glog"
"github.com/aszxqw/weed-fs/go/util"
"github.com/aszxqw/weed-fs/go/weed/weed_server"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/util"
"github.com/chrislusf/weed-fs/go/weed/weed_server"
"net/http"
"os"
"strconv"

View file

@ -1,8 +1,8 @@
package main
import (
"github.com/aszxqw/weed-fs/go/glog"
"github.com/aszxqw/weed-fs/go/storage"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/storage"
"os"
"path"
"strconv"

View file

@ -1,9 +1,9 @@
package main
import (
"github.com/aszxqw/weed-fs/go/glog"
"github.com/aszxqw/weed-fs/go/util"
"github.com/aszxqw/weed-fs/go/weed/weed_server"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/util"
"github.com/chrislusf/weed-fs/go/weed/weed_server"
"github.com/gorilla/mux"
"net/http"
"os"

View file

@ -5,10 +5,10 @@ package main
import (
"bazil.org/fuse"
"bazil.org/fuse/fs"
"github.com/aszxqw/weed-fs/go/filer"
"github.com/aszxqw/weed-fs/go/glog"
"github.com/aszxqw/weed-fs/go/storage"
"github.com/aszxqw/weed-fs/go/util"
"github.com/chrislusf/weed-fs/go/filer"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/storage"
"github.com/chrislusf/weed-fs/go/util"
"fmt"
"os"
"runtime"

View file

@ -1,9 +1,9 @@
package main
import (
"github.com/aszxqw/weed-fs/go/glog"
"github.com/aszxqw/weed-fs/go/util"
"github.com/aszxqw/weed-fs/go/weed/weed_server"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/util"
"github.com/chrislusf/weed-fs/go/weed/weed_server"
"github.com/gorilla/mux"
"net/http"
"os"

View file

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

View file

@ -1,7 +1,7 @@
package main
import (
"github.com/aszxqw/weed-fs/go/operation"
"github.com/chrislusf/weed-fs/go/operation"
"encoding/json"
"fmt"
"os"

View file

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

View file

@ -1,9 +1,9 @@
package main
import (
"github.com/aszxqw/weed-fs/go/glog"
"github.com/aszxqw/weed-fs/go/util"
"github.com/aszxqw/weed-fs/go/weed/weed_server"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/util"
"github.com/chrislusf/weed-fs/go/weed/weed_server"
"net/http"
"os"
"runtime"

View file

@ -1,7 +1,7 @@
package main
import (
"github.com/aszxqw/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/glog"
"net/http"
"testing"
"time"

View file

@ -1,7 +1,7 @@
package main
import (
"github.com/aszxqw/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/glog"
"flag"
"fmt"
"io"

View file

@ -2,11 +2,11 @@ package weed_server
import (
"bytes"
"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"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/operation"
"github.com/chrislusf/weed-fs/go/stats"
"github.com/chrislusf/weed-fs/go/storage"
"github.com/chrislusf/weed-fs/go/util"
"encoding/json"
"fmt"
"net"

View file

@ -1,8 +1,8 @@
package weed_server
import (
"github.com/aszxqw/weed-fs/go/filer"
"github.com/aszxqw/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/filer"
"github.com/chrislusf/weed-fs/go/glog"
"net/http"
"strconv"
)

View file

@ -1,9 +1,9 @@
package weed_server
import (
"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"
"github.com/syndtr/goleveldb/leveldb"

View file

@ -1,7 +1,7 @@
package weed_server
import (
"github.com/aszxqw/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/glog"
"net/http"
)

View file

@ -1,10 +1,10 @@
package weed_server
import (
"github.com/aszxqw/weed-fs/go/glog"
"github.com/aszxqw/weed-fs/go/sequence"
"github.com/aszxqw/weed-fs/go/topology"
"github.com/aszxqw/weed-fs/go/util"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/sequence"
"github.com/chrislusf/weed-fs/go/topology"
"github.com/chrislusf/weed-fs/go/util"
"github.com/goraft/raft"
"github.com/gorilla/mux"
"net/http"

View file

@ -1,9 +1,9 @@
package weed_server
import (
"github.com/aszxqw/weed-fs/go/operation"
"github.com/aszxqw/weed-fs/go/stats"
"github.com/aszxqw/weed-fs/go/storage"
"github.com/chrislusf/weed-fs/go/operation"
"github.com/chrislusf/weed-fs/go/stats"
"github.com/chrislusf/weed-fs/go/storage"
"net/http"
"strconv"
"strings"

View file

@ -2,11 +2,11 @@ package weed_server
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/storage"
"github.com/aszxqw/weed-fs/go/topology"
"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/storage"
"github.com/chrislusf/weed-fs/go/topology"
"github.com/chrislusf/weed-fs/go/util"
"encoding/json"
"errors"
"io/ioutil"

View file

@ -2,8 +2,8 @@ package weed_server
import (
"bytes"
"github.com/aszxqw/weed-fs/go/glog"
"github.com/aszxqw/weed-fs/go/topology"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/topology"
"encoding/json"
"errors"
"fmt"

View file

@ -1,8 +1,8 @@
package weed_server
import (
"github.com/aszxqw/weed-fs/go/glog"
"github.com/aszxqw/weed-fs/go/operation"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/operation"
"encoding/json"
"github.com/goraft/raft"
"io/ioutil"

View file

@ -1,8 +1,8 @@
package weed_server
import (
"github.com/aszxqw/weed-fs/go/glog"
"github.com/aszxqw/weed-fs/go/storage"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/storage"
"math/rand"
"net/http"
"strconv"

View file

@ -1,12 +1,12 @@
package weed_server
import (
"github.com/aszxqw/weed-fs/go/glog"
"github.com/aszxqw/weed-fs/go/images"
"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/topology"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/images"
"github.com/chrislusf/weed-fs/go/operation"
"github.com/chrislusf/weed-fs/go/stats"
"github.com/chrislusf/weed-fs/go/storage"
"github.com/chrislusf/weed-fs/go/topology"
"io"
"mime"
"mime/multipart"

View file

@ -1,9 +1,9 @@
package weed_server
import (
"github.com/aszxqw/weed-fs/go/glog"
"github.com/aszxqw/weed-fs/go/stats"
"github.com/aszxqw/weed-fs/go/util"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/stats"
"github.com/chrislusf/weed-fs/go/util"
"net/http"
"path/filepath"
)

View file

@ -1,7 +1,7 @@
package weed_server
import (
"github.com/aszxqw/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/glog"
"net/http"
)