mirror of
https://github.com/rancher/norman.git
synced 2025-09-01 23:36:58 +00:00
Fix startup issues
This commit is contained in:
@@ -12,7 +12,7 @@ type Starter interface {
|
||||
}
|
||||
|
||||
func Sync(ctx context.Context, starters ...Starter) error {
|
||||
eg, ctx := errgroup.WithContext(ctx)
|
||||
eg, _ := errgroup.WithContext(ctx)
|
||||
for _, starter := range starters {
|
||||
func(starter Starter) {
|
||||
eg.Go(func() error {
|
||||
|
Reference in New Issue
Block a user