https://github.com/uber-go/multierr
errors go golang
Score: 34.37923818782544
Last synced: about 11 hours ago
JSON representation
Repository metadata:
Combine one or more Go errors together
- Host: GitHub
- URL: https://github.com/uber-go/multierr
- Owner: uber-go
- License: mit
- Created: 2017-03-15T12:25:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-29T19:14:36.000Z (over 2 years ago)
- Last Synced: 2026-08-22T12:09:53.126Z (5 days ago)
- Topics: errors, go, golang
- Language: Go
- Homepage: https://go.uber.org/multierr
- Size: 86.9 KB
- Stars: 1,198
- Watchers: 19
- Forks: 50
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Owner metadata:
- Name: Uber Go
- Login: uber-go
- Email:
- Kind: organization
- Description: Uber's open source software for Go development
- Website: http://uber.github.io/
- Location: 70+ countries and counting.
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/19262598?v=4
- Repositories: 26
- Last Synced at: 2026-08-25T23:46:14.630Z
- Profile URL: https://github.com/uber-go
GitHub Events
Total
- Fork event: 4
- Watch event: 124
- Total: 128
Last Year
- Watch event: 6
- Total: 6
Committers metadata
Last synced: 7 days ago
Total Commits: 74
Total Committers: 16
Avg Commits per committer: 4.625
Development Distribution Score (DDS): 0.311
Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0
| Name | Commits | |
|---|---|---|
| Abhinav Gupta | a****g@u****m | 51 |
| Prashant Varanasi | g****b@p****m | 4 |
| Jacob Oaks | j****s@u****m | 3 |
| Sung Yoon Whang | s****n@u****m | 3 |
| Márk Sági-Kazár | s****k | 2 |
| haoxin | h****t@g****m | 1 |
| ferhat elmas | e****t@g****m | 1 |
| baez90 | p****r@g****m | 1 |
| Tsuji Daishiro | d****n@g****m | 1 |
| Tom Wieczorek | t****3 | 1 |
| Manjari Akella | m****i@u****m | 1 |
| Jesper Lindstrøm Nielsen | j****n@g****m | 1 |
| George Xie | g****e@x****m | 1 |
| Arthur Befumo | 3****o | 1 |
| Alexandr Burdiyan | b****n@g****m | 1 |
| Grayson Koonce | g****e@g****m | 1 |
Issue and Pull Request metadata
Last synced: 1 day ago
Total issues: 17
Total pull requests: 72
Average time to close issues: 4 months
Average time to close pull requests: 4 days
Total issue authors: 15
Total pull request authors: 22
Average comments per issue: 2.82
Average comments per pull request: 1.68
Merged pull request: 64
Bot issues: 0
Bot pull requests: 0
Past year issues: 0
Past year pull requests: 5
Past year average time to close issues: N/A
Past year average time to close pull requests: 9 days
Past year issue authors: 0
Past year pull request authors: 3
Past year average comments per issue: 0
Past year average comments per pull request: 0.8
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- abhinav (2)
- akshayjshah (2)
- gabibguti (1)
- Vasilis (1)
- neild (1)
- jcorbin (1)
- mrgallant (1)
- gogingersnap777 (1)
- sximenesamedigital (1)
- kdeberk (1)
- GoodWriteHQ (1)
- prashantv (1)
- baez90 (1)
- thomasdesr (1)
- kevinburke1 (1)
Top Pull Request Authors
- abhinav (40)
- prashantv (4)
- JacobOaks (4)
- sywhang (3)
- sagikazarmark (2)
- sonnemusk (2)
- aoright (2)
- ninedraft (1)
- MD-Mushfiqur123 (1)
- burdiyan (1)
- haoxins (1)
- motiejus (1)
- xiegeo (1)
- manjari25 (1)
- twz123 (1)
Top Issue Labels
- enhancement (2)
Top Pull Request Labels
Package metadata
- Total packages: 2
- Total downloads: unknown
- Total docker downloads: 44,328,948,964
- Total dependent packages: 28,729 (may contain duplicates)
- Total dependent repositories: 117,304 (may contain duplicates)
- Total versions: 28
proxy.golang.org: go.uber.org/multierr
Package multierr allows combining one or more errors together.
- Homepage: https://github.com/uber-go/multierr
- Documentation: https://pkg.go.dev/go.uber.org/multierr#section-documentation
- Licenses: mit
- Latest release: v1.11.0 (published over 3 years ago)
- Last Synced: 2026-08-26T03:45:02.940Z (about 22 hours ago)
- Versions: 14
- Dependent Packages: 28,728
- Dependent Repositories: 117,290
- Docker Downloads: 44,328,948,911
-
Rankings:
- Dependent packages count: 0.004%
- Dependent repos count: 0.007%
- Docker downloads count: 0.01%
- Average: 1.196%
- Stargazers count: 2.186%
- Forks count: 3.772%
proxy.golang.org: github.com/uber-go/multierr
Package multierr allows combining one or more errors together.
- Homepage: https://github.com/uber-go/multierr
- Documentation: https://pkg.go.dev/github.com/uber-go/multierr#section-documentation
- Licenses: mit
- Latest release: v1.11.0 (published over 3 years ago)
- Last Synced: 2026-08-25T13:37:52.000Z (1 day ago)
- Versions: 14
- Dependent Packages: 1
- Dependent Repositories: 14
- Docker Downloads: 53
-
Rankings:
- Dependent repos count: 1.426%
- Stargazers count: 2.241%
- Average: 3.334%
- Forks count: 3.863%
- Dependent packages count: 5.807%
Dependencies
- github.com/davecgh/go-spew v1.1.1
- github.com/pmezard/go-difflib v1.0.0
- github.com/stretchr/testify v1.7.0
- go.uber.org/atomic v1.7.0
- gopkg.in/yaml.v3 v3.0.1
- github.com/davecgh/go-spew v1.1.0
- github.com/davecgh/go-spew v1.1.1
- github.com/pmezard/go-difflib v1.0.0
- github.com/stretchr/objx v0.1.0
- github.com/stretchr/testify v1.3.0
- github.com/stretchr/testify v1.7.0
- go.uber.org/atomic v1.7.0
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
- gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
- gopkg.in/yaml.v3 v3.0.1
- github.com/BurntSushi/toml v1.0.0
- golang.org/x/exp/typeparams v0.0.0-20220314205449-43aec2f8a4e7
- golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5
- golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3
- golang.org/x/sys v0.0.0-20220315194320-039c03cc5b86
- golang.org/x/tools v0.1.10
- golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
- honnef.co/go/tools v0.3.0-0.dev.0.20220306074811-23e1086441d2
- github.com/BurntSushi/toml v0.4.1
- github.com/BurntSushi/toml v1.0.0
- github.com/yuin/goldmark v1.4.1
- golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
- golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
- golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
- golang.org/x/exp/typeparams v0.0.0-20220218215828-6cf2b201936e
- golang.org/x/exp/typeparams v0.0.0-20220314205449-43aec2f8a4e7
- golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5
- golang.org/x/mod v0.1.1-0.20191105210325-c90efee705ee
- golang.org/x/mod v0.5.1
- golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3
- golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
- golang.org/x/net v0.0.0-20190620200207-3b0461eec859
- golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
- golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f
- golang.org/x/sync v0.0.0-20190423024810-112230192c58
- golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
- golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
- golang.org/x/sys v0.0.0-20190412213103-97732733099d
- golang.org/x/sys v0.0.0-20201119102817-f84b799fce68
- golang.org/x/sys v0.0.0-20210423082822-04245dca01da
- golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
- golang.org/x/sys v0.0.0-20211019181941-9d821ace8654
- golang.org/x/sys v0.0.0-20220315194320-039c03cc5b86
- golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
- golang.org/x/text v0.3.0
- golang.org/x/text v0.3.3
- golang.org/x/text v0.3.6
- golang.org/x/text v0.3.7
- golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e
- golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e
- golang.org/x/tools v0.0.0-20200130002326-2f3ba24bd6e7
- golang.org/x/tools v0.1.8
- golang.org/x/tools v0.1.10
- golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
- golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898
- golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
- honnef.co/go/tools v0.3.0-0.dev.0.20220306074811-23e1086441d2
- actions/checkout v2 composite
- fossas/fossa-action v1 composite
- actions/cache v1 composite
- actions/checkout v2 composite
- actions/setup-go v2 composite
- codecov/codecov-action v1 composite