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

@@ -1,7 +1,7 @@
package embedded_filer
import (
"github.com/chrislusf/weed-fs/go/filer"
"github.com/chrislusf/seaweedfs/go/filer"
)
type DirectoryManager interface {

View File

@@ -10,8 +10,8 @@ import (
"strings"
"sync"
"github.com/chrislusf/weed-fs/go/filer"
"github.com/chrislusf/weed-fs/go/util"
"github.com/chrislusf/seaweedfs/go/filer"
"github.com/chrislusf/seaweedfs/go/util"
)
var writeLock sync.Mutex //serialize changes to dir.log

View File

@@ -6,8 +6,8 @@ import (
"path/filepath"
"strings"
"github.com/chrislusf/weed-fs/go/filer"
"github.com/chrislusf/weed-fs/go/operation"
"github.com/chrislusf/seaweedfs/go/filer"
"github.com/chrislusf/seaweedfs/go/operation"
)
type FilerEmbedded struct {

View File

@@ -3,8 +3,8 @@ package embedded_filer
import (
"bytes"
"github.com/chrislusf/weed-fs/go/filer"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/seaweedfs/go/filer"
"github.com/chrislusf/seaweedfs/go/glog"
"github.com/syndtr/goleveldb/leveldb"
"github.com/syndtr/goleveldb/leveldb/util"
)