diff options
| author | Chris Lu <chris.lu@gmail.com> | 2014-04-17 00:16:44 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2014-04-17 00:16:44 -0700 |
| commit | 3b5035c468626af9ba052afaaa16a8cd3598423e (patch) | |
| tree | 5949edc5a243888d79fea90272e1a95270b4a7ab /go/weed/shell.go | |
| parent | 51939efeac635d0ba8b683cae6176aa60845b5f7 (diff) | |
| download | seaweedfs-3b5035c468626af9ba052afaaa16a8cd3598423e.tar.xz seaweedfs-3b5035c468626af9ba052afaaa16a8cd3598423e.zip | |
1. v0.54
2. go vet found many printing format errors
Diffstat (limited to 'go/weed/shell.go')
| -rw-r--r-- | go/weed/shell.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/go/weed/shell.go b/go/weed/shell.go index 885a0fa71..6a3331284 100644 --- a/go/weed/shell.go +++ b/go/weed/shell.go @@ -57,5 +57,4 @@ func runShell(command *Command, args []string) bool { cmd = readLine() execCmd(cmd) } - return true } |
