{"id":25014332,"url":"https://github.com/gregoryv/nexus","last_synced_at":"2025-03-30T05:13:19.664Z","repository":{"id":57502151,"uuid":"224109823","full_name":"gregoryv/nexus","owner":"gregoryv","description":"nexus package implements functions for sequential error handling","archived":false,"fork":false,"pushed_at":"2024-02-14T09:50:01.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-05T07:19:33.460Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gregoryv.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2019-11-26T05:28:43.000Z","updated_at":"2022-08-13T14:43:42.000Z","dependencies_parsed_at":"2024-02-14T10:50:06.433Z","dependency_job_id":null,"html_url":"https://github.com/gregoryv/nexus","commit_stats":{"total_commits":29,"total_committers":1,"mean_commits":29.0,"dds":0.0,"last_synced_commit":"e1f8183afe173e4b04d39848e240c326503ba64c"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoryv%2Fnexus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoryv%2Fnexus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoryv%2Fnexus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoryv%2Fnexus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gregoryv","download_url":"https://codeload.github.com/gregoryv/nexus/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246277360,"owners_count":20751549,"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":"2025-02-05T07:19:07.058Z","updated_at":"2025-03-30T05:13:19.641Z","avatar_url":"https://github.com/gregoryv.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/gregoryv/nexus.svg?branch=master)](https://travis-ci.org/gregoryv/nexus)\n[![codecov](https://codecov.io/gh/gregoryv/nexus/branch/master/graph/badge.svg)](https://codecov.io/gh/gregoryv/nexus)\n[![Maintainability](https://api.codeclimate.com/v1/badges/df2736e1ac63580b49d7/maintainability)](https://codeclimate.com/github/gregoryv/nexus/maintainability)\n\n[nexus](https://godoc.org/github.com/gregoryv/nexus) - package implements functions using nexus pattern\n\nPrimary use of [nexus pattern](https://www.7de.se/go-learn/SE/nexus_pattern.html) is in error handling.\n\n## Quick start\n\n    go get github.com/gregoryv/nexus\n\n    func RenderSomething(w io.Writer) error {\n        p, err := nexus.NewPrinter(os.Stdout)\n        p.Print(\"My long\")\n        p.Println(\"text\")\n        p.Printf(\"Hello, %s\", \"World\")\n        return *err\n    }\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregoryv%2Fnexus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgregoryv%2Fnexus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregoryv%2Fnexus/lists"}