1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-09-18 15:00:53 +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 ()
import ( import (
"github.com/aszxqw/weed-fs/go/util" "github.com/chrislusf/weed-fs/go/util"
"encoding/json" "encoding/json"
"errors" "errors"
"fmt" "fmt"

View file

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

View file

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

View file

@ -2,7 +2,7 @@ package filer
import ( import (
"bytes" "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"
"github.com/syndtr/goleveldb/leveldb/util" "github.com/syndtr/goleveldb/leveldb/util"
) )

View file

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

View file

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

View file

@ -1,8 +1,8 @@
package operation package operation
import ( import (
"github.com/aszxqw/weed-fs/go/glog" "github.com/chrislusf/weed-fs/go/glog"
"github.com/aszxqw/weed-fs/go/util" "github.com/chrislusf/weed-fs/go/util"
"encoding/json" "encoding/json"
) )

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -2,9 +2,9 @@ package main
import ( import (
"bufio" "bufio"
"github.com/aszxqw/weed-fs/go/glog" "github.com/chrislusf/weed-fs/go/glog"
"github.com/aszxqw/weed-fs/go/operation" "github.com/chrislusf/weed-fs/go/operation"
"github.com/aszxqw/weed-fs/go/util" "github.com/chrislusf/weed-fs/go/util"
"fmt" "fmt"
"io" "io"
"math" "math"

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,9 +1,9 @@
package weed_server package weed_server
import ( import (
"github.com/aszxqw/weed-fs/go/glog" "github.com/chrislusf/weed-fs/go/glog"
"github.com/aszxqw/weed-fs/go/operation" "github.com/chrislusf/weed-fs/go/operation"
"github.com/aszxqw/weed-fs/go/util" "github.com/chrislusf/weed-fs/go/util"
"encoding/json" "encoding/json"
"errors" "errors"
"github.com/syndtr/goleveldb/leveldb" "github.com/syndtr/goleveldb/leveldb"

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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