mycomponent := NewMyComponentA(counters) for i := 1; i < 5; i++ { mycomponent.MyMethod(context.Background()) }