https://github.com/go-errors/errors

Last synced: about 1 month ago

Repository metadata:

errors with stacktraces for go


Owner metadata:


Committers metadata

Last synced: about 1 month ago

Total Commits: 35
Total Committers: 13
Avg Commits per committer: 2.692
Development Distribution Score (DDS): 0.6

Commits in past year: 1
Committers in past year: 1
Avg Commits per committer in past year: 1.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Conrad Irwin c****n@g****m 14
Gabriel Falkenberg g****l@s****m 6
tfreville t****e@t****o 3
Sebastian Waschik s****k@g****e 2
Thibaut Rousseau t****u@o****m 2
Adrien Kohlbecker a****r@g****m 1
Frederick F. Kautz IV f****z@r****m 1
Kishan B k****6@g****m 1
Kishore Senji k****i@u****m 1
Lovro Mažgon l****n@g****m 1
guangwu g****u@m****m 1
stevenpelley s****y@g****m 1
Viren Negi 6****t 1

Issue and Pull Request metadata

Last synced: about 1 month ago


Package metadata

go: github.com/go-errors/errors

Package errors provides errors that have stack-traces. This is particularly useful when you want to understand the state of execution when an error was returned unexpectedly. It provides the type *Error which implements the standard golang error interface, so you can use this library interchangably with code that is expecting a normal error return. For example: This can be called as follows: This package was original written to allow reporting to Bugsnag, but after I found similar packages by Facebook and Dropbox, it was moved to one canonical location so everyone can benefit.

  • Homepage: https://github.com/go-errors/errors
  • Documentation: https://pkg.go.dev/github.com/go-errors/errors#section-documentation
  • Licenses: MIT
  • Latest release: v1.5.1 (published over 1 year ago)
  • Last Synced: 2024-11-11T01:19:18.963Z (about 1 month ago)
  • Versions: 12
  • Dependent Packages: 10,603
  • Dependent Repositories: 23,102
  • Docker Downloads: 17,141,064,602
  • Rankings:
    • Docker downloads count: 0.019%
    • Dependent packages count: 0.021%
    • Dependent repos count: 0.041%
    • Average: 1.016%
    • Stargazers count: 2.234%
    • Forks count: 2.765%

Dependencies

go.mod go
  • retract v1.3.0