mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-12-22 03:20:07 +08:00
go fmt
This commit is contained in:
@@ -109,11 +109,9 @@ func startMasterFollower(masterOptions MasterOptions) {
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
option := masterOptions.toMasterOption(nil)
|
||||
option.IsFollower = true
|
||||
|
||||
|
||||
r := mux.NewRouter()
|
||||
ms := weed_server.NewMasterServer(r, option, masters)
|
||||
listeningAddress := *masterOptions.ipBind + ":" + strconv.Itoa(*masterOptions.port)
|
||||
|
||||
Reference in New Issue
Block a user