{"id":36453863,"url":"https://github.com/thecount/go-multilisten","last_synced_at":"2026-01-11T23:00:54.518Z","repository":{"id":57553297,"uuid":"268615107","full_name":"TheCount/go-multilisten","owner":"TheCount","description":"Bundle multiple Golang net.Listeners into a single one.","archived":false,"fork":false,"pushed_at":"2025-10-28T22:11:34.000Z","size":27,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-11-22T14:53:59.936Z","etag":null,"topics":["golang-package","listen","network"],"latest_commit_sha":null,"homepage":null,"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/TheCount.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":"2020-06-01T19:37:29.000Z","updated_at":"2023-06-26T06:52:20.000Z","dependencies_parsed_at":"2022-09-26T18:50:59.452Z","dependency_job_id":null,"html_url":"https://github.com/TheCount/go-multilisten","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/TheCount/go-multilisten","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheCount%2Fgo-multilisten","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheCount%2Fgo-multilisten/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheCount%2Fgo-multilisten/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheCount%2Fgo-multilisten/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheCount","download_url":"https://codeload.github.com/TheCount/go-multilisten/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheCount%2Fgo-multilisten/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28326166,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T22:11:01.104Z","status":"ssl_error","status_checked_at":"2026-01-11T22:10:58.990Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["golang-package","listen","network"],"created_at":"2026-01-11T23:00:41.085Z","updated_at":"2026-01-11T23:00:54.509Z","avatar_url":"https://github.com/TheCount.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# multilisten\n\n![](https://github.com/TheCount/go-multilisten/workflows/CI/badge.svg)\n[![Documentation](https://godoc.org/github.com/TheCount/go-multilisten/multilisten?status.svg)](https://godoc.org/github.com/TheCount/go-multilisten/multilisten)\n\nmultilisten is a Go package for bundling multiple net.Listeners into a single one.\n\nThis package is useful when a third-party package expects a single `net.Listener` to build some service, but you would actually like to listen on several endpoints (ports, specific interfaces, files).\n\n## Install\n\n```sh\ngo get github.com/TheCount/go-multilisten/multilisten\n```\n\n## Usage\n\nFor the detailed API, see the [Documentation](https://godoc.org/github.com/TheCount/go-multilisten/multilisten).\n\nEssentially, all you have to do is bundle your listeners like this:\n\n```golang\nbundle, err := multilisten.Bundle(l1, l2, l3)\n```\n\nand then use `bundle` like a single listener. It will accept from `l1`, `l2` and `l3` simultaneously.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecount%2Fgo-multilisten","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthecount%2Fgo-multilisten","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecount%2Fgo-multilisten/lists"}