aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/commands.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-03-26 00:09:01 -0700
committerChris Lu <chris.lu@gmail.com>2020-03-26 00:09:01 -0700
commitdd5b582d05a4d4f058a647370dc87030f14a976d (patch)
tree4912cf1b257d5663665ad9709fac6155f3d01765 /weed/shell/commands.go
parent7f0d87b2065ffb5e7be1bd0591416b9649839c9e (diff)
downloadseaweedfs-dd5b582d05a4d4f058a647370dc87030f14a976d.tar.xz
seaweedfs-dd5b582d05a4d4f058a647370dc87030f14a976d.zip
go fmt
Diffstat (limited to 'weed/shell/commands.go')
-rw-r--r--weed/shell/commands.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/shell/commands.go b/weed/shell/commands.go
index 31136951e..06b46b774 100644
--- a/weed/shell/commands.go
+++ b/weed/shell/commands.go
@@ -91,7 +91,6 @@ func (ce *CommandEnv) AdjustedUrl(hostAndPort string) string {
return hostAndPort
}
-
func parseFilerUrl(entryPath string) (filerServer string, filerPort int64, path string, err error) {
if strings.HasPrefix(entryPath, "http") {
var u *url.URL