aboutsummaryrefslogtreecommitdiff
path: root/go/weed/shell.go
diff options
context:
space:
mode:
Diffstat (limited to 'go/weed/shell.go')
-rw-r--r--go/weed/shell.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/weed/shell.go b/go/weed/shell.go
index 14c84a5d1..885a0fa71 100644
--- a/go/weed/shell.go
+++ b/go/weed/shell.go
@@ -2,8 +2,8 @@ package main
import (
"bufio"
- "fmt"
"code.google.com/p/weed-fs/go/glog"
+ "fmt"
"os"
)