Skip to content

polytomic/errgroup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

errgroup

This repository is a light fork of the errgroup package found in golang.org/x/sync. We created a new module so we could stop adding replace directives as other dependencies required different x/sync versions.

The primary difference between this package and upstream is the ability to determine if the errgroup has reported an error before Wait() returns.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages