{"id":18832702,"url":"https://github.com/linka-cloud/errgroup","last_synced_at":"2026-01-25T19:30:18.675Z","repository":{"id":64297383,"uuid":"564485056","full_name":"linka-cloud/errgroup","owner":"linka-cloud","description":null,"archived":false,"fork":false,"pushed_at":"2022-11-10T20:31:55.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-30T07:21:58.689Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/linka-cloud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-11-10T20:25:24.000Z","updated_at":"2022-11-10T20:28:34.000Z","dependencies_parsed_at":"2023-01-15T08:45:17.177Z","dependency_job_id":null,"html_url":"https://github.com/linka-cloud/errgroup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linka-cloud%2Ferrgroup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linka-cloud%2Ferrgroup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linka-cloud%2Ferrgroup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linka-cloud%2Ferrgroup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linka-cloud","download_url":"https://codeload.github.com/linka-cloud/errgroup/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239768926,"owners_count":19693763,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T01:58:45.642Z","updated_at":"2026-01-25T19:30:18.619Z","avatar_url":"https://github.com/linka-cloud.png","language":"Go","readme":"# errgroup\n\nAdapted from [golang.org/x/sync/errgroup](https://godoc.org/golang.org/x/sync/errgroup).\n\n## API\n\n```go\ntype Group interface {\n\tGo(f func(ctx context.Context) error)\n\tTryGo(f func(ctx context.Context) error) bool\n\tSetLimit(n int)\n\tCancel() error\n\tDone() \u003c-chan struct{}\n\tWait() error\n}\n\nfunc New(ctx context.Context) Group\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinka-cloud%2Ferrgroup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinka-cloud%2Ferrgroup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinka-cloud%2Ferrgroup/lists"}