diff options
| author | Chris Lu <chris.lu@gmail.com> | 2018-10-10 23:19:54 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2018-10-10 23:19:54 -0700 |
| commit | 60d2f1557d4b871fb8b19cab8206d7b725c12845 (patch) | |
| tree | edc74c40916e5dc92b052cd46a13133a6d554c64 /weed/command/filer.go | |
| parent | b7763c1cb6ce8a82ae7d77c47bfb94af07982946 (diff) | |
| download | seaweedfs-60d2f1557d4b871fb8b19cab8206d7b725c12845.tar.xz seaweedfs-60d2f1557d4b871fb8b19cab8206d7b725c12845.zip | |
refactor func name
Diffstat (limited to 'weed/command/filer.go')
| -rw-r--r-- | weed/command/filer.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/command/filer.go b/weed/command/filer.go index 30a8b6412..75809008d 100644 --- a/weed/command/filer.go +++ b/weed/command/filer.go @@ -74,12 +74,12 @@ var cmdFiler = &Command{ func runFiler(cmd *Command, args []string) bool { - f.start() + f.startFiler() return true } -func (fo *FilerOptions) start() { +func (fo *FilerOptions) startFiler() { defaultMux := http.NewServeMux() publicVolumeMux := defaultMux |
