Change all chrislusf/weed-fs links to point to chrislu/seaweedfs

This commit is contained in:
Stuart P. Bentley
2015-04-16 19:18:06 +00:00
parent 41f29e9d8c
commit f0c2a2dcb3
86 changed files with 672 additions and 672 deletions

View File

@@ -14,7 +14,7 @@ import (
"encoding/json"
"os"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/seaweedfs/go/glog"
)
type Config struct {

View File

@@ -5,7 +5,7 @@ import (
"errors"
"os"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/seaweedfs/go/glog"
)
func TestFolderWritable(folder string) (err error) {

View File

@@ -8,7 +8,7 @@ import (
"net/url"
"strings"
"github.com/chrislusf/weed-fs/go/security"
"github.com/chrislusf/seaweedfs/go/security"
)
var (

View File

@@ -4,7 +4,7 @@ import (
"net"
"time"
"github.com/chrislusf/weed-fs/go/stats"
"github.com/chrislusf/seaweedfs/go/stats"
)
// Listener wraps a net.Listener, and gives a place to store the timeout