superfly / flyctl

Confusing naming of struct fields or methods RVV-B0001
Bug risk
Minor
2 months ago3 years old
Method 'deployMachinesApp' differs only by capitalization to method 'DeployMachinesApp' in the same source file
 278//   - Remove spare machines from removed groups
 279//   - Launch new machines on new groups
 280//   - Update existing machines
 281func (md *machineDeployment) deployMachinesApp(ctx context.Context) error { 282	ctx, span := tracing.GetTracer().Start(ctx, "deploy_new_machines")
 283	defer span.End()
 284