Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Using sync.ErrGroup #143

Merged
merged 6 commits into from
Sep 25, 2016
Merged

Using sync.ErrGroup #143

merged 6 commits into from
Sep 25, 2016

Conversation

caarlos0
Copy link
Member

@caarlos0 caarlos0 commented Sep 23, 2016

closes #142

events := make(chan event.Event)
go bundle.New(home, "doesnt exists").Get(events)
assert.Error((<-events).Error)
_, err := bundle.New(home, "doesnt exists").Get()

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does not exist
or
doesn't exist

(singular)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks

@caarlos0 caarlos0 merged commit 081037e into master Sep 25, 2016
@caarlos0 caarlos0 deleted the errgroup branch September 25, 2016 19:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sync.ErrGroup
2 participants