switch to my forked repo

This commit is contained in:
Brian McQueen
2014-12-14 00:20:21 -08:00
parent a3583e4e7c
commit c0dfdf4392
69 changed files with 141 additions and 140 deletions

View File

@@ -9,10 +9,10 @@ import (
"bazil.org/fuse"
"bazil.org/fuse/fs"
"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"
"github.com/mcqueenorama/weed-fs/go/filer"
"github.com/mcqueenorama/weed-fs/go/glog"
"github.com/mcqueenorama/weed-fs/go/storage"
"github.com/mcqueenorama/weed-fs/go/util"
)
func runMount(cmd *Command, args []string) bool {