diff options
Diffstat (limited to 'go/weed/shell.go')
| -rw-r--r-- | go/weed/shell.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/go/weed/shell.go b/go/weed/shell.go index c8043e0dd..f2c4990ea 100644 --- a/go/weed/shell.go +++ b/go/weed/shell.go @@ -2,9 +2,10 @@ package main import ( "bufio" - "github.com/chrislusf/weed-fs/go/glog" "fmt" "os" + + "github.com/chrislusf/weed-fs/go/glog" ) func init() { |
