go fmt
This commit is contained in:
@@ -109,11 +109,9 @@ func startMasterFollower(masterOptions MasterOptions) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
option := masterOptions.toMasterOption(nil)
|
option := masterOptions.toMasterOption(nil)
|
||||||
option.IsFollower = true
|
option.IsFollower = true
|
||||||
|
|
||||||
|
|
||||||
r := mux.NewRouter()
|
r := mux.NewRouter()
|
||||||
ms := weed_server.NewMasterServer(r, option, masters)
|
ms := weed_server.NewMasterServer(r, option, masters)
|
||||||
listeningAddress := *masterOptions.ipBind + ":" + strconv.Itoa(*masterOptions.port)
|
listeningAddress := *masterOptions.ipBind + ":" + strconv.Itoa(*masterOptions.port)
|
||||||
|
|||||||
Reference in New Issue
Block a user