{"id":37139075,"url":"https://github.com/pyropy/round-robin","last_synced_at":"2026-01-14T16:02:11.683Z","repository":{"id":192602192,"uuid":"687105529","full_name":"pyropy/round-robin","owner":"pyropy","description":"generic round-robin balancing algorithm written in golang","archived":false,"fork":true,"pushed_at":"2023-09-04T16:31:47.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-05-28T17:07:36.924Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"hlts2/round-robin","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pyropy.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,"governance":null}},"created_at":"2023-09-04T16:13:10.000Z","updated_at":"2023-09-04T16:21:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"e7c51c98-0559-4f9f-a632-1850f24f06f3","html_url":"https://github.com/pyropy/round-robin","commit_stats":null,"previous_names":["pyropy/round-robin"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/pyropy/round-robin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyropy%2Fround-robin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyropy%2Fround-robin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyropy%2Fround-robin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyropy%2Fround-robin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pyropy","download_url":"https://codeload.github.com/pyropy/round-robin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyropy%2Fround-robin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28425596,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T15:24:48.085Z","status":"ssl_error","status_checked_at":"2026-01-14T15:23:41.940Z","response_time":107,"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":[],"created_at":"2026-01-14T16:02:11.032Z","updated_at":"2026-01-14T16:02:11.667Z","avatar_url":"https://github.com/pyropy.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# round-robin\ngeneric round-robin is balancing algorithm written in golang\n\n## Installation\n\n```shell\ngo get github.com/pyropy/round-robin\n```\n\n## Example\n\n```go\nrr, _ := roundrobin.New(\n    \u0026url.URL{Host: \"192.168.33.10\"},\n    \u0026url.URL{Host: \"192.168.33.11\"},\n    \u0026url.URL{Host: \"192.168.33.12\"},\n    \u0026url.URL{Host: \"192.168.33.13\"},\n)\n\nrr.Next() // {Host: \"192.168.33.10\"}\nrr.Next() // {Host: \"192.168.33.11\"}\nrr.Next() // {Host: \"192.168.33.12\"}\nrr.Next() // {Host: \"192.168.33.13\"}\nrr.Next() // {Host: \"192.168.33.10\"}\nrr.Next() // {Host: \"192.168.33.11\"}\n```\n## Author\n[hlts2](https://github.com/hlts2)\n\n## LICENSE\nround-robin released under MIT license, refer [LICENSE](https://github.com/pyropy/round-robin/blob/master/LICENSE) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyropy%2Fround-robin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyropy%2Fround-robin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyropy%2Fround-robin/lists"}