{"id":15323157,"url":"https://github.com/krishpranav/errhandle","last_synced_at":"2026-02-10T01:32:50.549Z","repository":{"id":57648008,"uuid":"444040184","full_name":"krishpranav/errhandle","owner":"krishpranav","description":"A golang error handling framework","archived":false,"fork":false,"pushed_at":"2022-01-03T12:25:34.000Z","size":13,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-02T10:04:02.015Z","etag":null,"topics":["error","error-hanlding","go","golang","linux","macos","windows"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/krishpranav.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-01-03T11:42:22.000Z","updated_at":"2022-01-03T12:45:11.000Z","dependencies_parsed_at":"2022-08-25T06:50:32.590Z","dependency_job_id":null,"html_url":"https://github.com/krishpranav/errhandle","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/krishpranav/errhandle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krishpranav%2Ferrhandle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krishpranav%2Ferrhandle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krishpranav%2Ferrhandle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krishpranav%2Ferrhandle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krishpranav","download_url":"https://codeload.github.com/krishpranav/errhandle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krishpranav%2Ferrhandle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29288465,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T21:57:15.303Z","status":"ssl_error","status_checked_at":"2026-02-09T21:57:11.537Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["error","error-hanlding","go","golang","linux","macos","windows"],"created_at":"2024-10-01T09:19:12.416Z","updated_at":"2026-02-10T01:32:50.531Z","avatar_url":"https://github.com/krishpranav.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# errhandle\nA golang error handling framework\n\n[![forthebadge](https://forthebadge.com/images/badges/made-with-go.svg)](https://forthebadge.com)\n\n## About errhandle:\n- An error handling framework built using golang and it is easy to use\n\n## Installation:\n```bash\n$ go get -u github.com/krishpranav/errhandle\n```\n\n## Usage:\n```golang\npackage main\n\nimport (\n\t\"fmt\"\n\n\t\"github.com/krishpranav/errhandle\"\n)\n\nfunc main() {\n\tmyerrHandler := errhandle.NewErrorHandler()\n\n\tvar SomeData string\n\n\tmyerrHandler.AddHandler(func(err error, data ...interface{}) interface{} {\n\t\tfmt.Println(\"Generic Error Occured\")\n\t\treturn SomeData\n\t})\n\n}\n\n```\n\n## Author\n- [krishpranav](https://github.com/krishpranav)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrishpranav%2Ferrhandle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrishpranav%2Ferrhandle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrishpranav%2Ferrhandle/lists"}