{"id":22963389,"url":"https://github.com/kettek/go-multipath","last_synced_at":"2025-07-29T20:42:06.256Z","repository":{"id":41407078,"uuid":"188464147","full_name":"kettek/go-multipath","owner":"kettek","description":"Simple file access aggregated from multiple paths. Like PhysicsFS but far meeker.","archived":false,"fork":false,"pushed_at":"2023-02-10T06:30:59.000Z","size":41,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-02T03:45:17.837Z","etag":null,"topics":["golang","multiple","paths","physfs","physicsfs"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kettek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"publiccode":null,"codemeta":null}},"created_at":"2019-05-24T17:42:04.000Z","updated_at":"2023-02-18T07:44:21.000Z","dependencies_parsed_at":"2024-06-20T22:00:39.341Z","dependency_job_id":null,"html_url":"https://github.com/kettek/go-multipath","commit_stats":{"total_commits":24,"total_committers":2,"mean_commits":12.0,"dds":0.25,"last_synced_commit":"94d72cb28d161326fbdc053940827a4a296e3159"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/kettek/go-multipath","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kettek%2Fgo-multipath","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kettek%2Fgo-multipath/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kettek%2Fgo-multipath/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kettek%2Fgo-multipath/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kettek","download_url":"https://codeload.github.com/kettek/go-multipath/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kettek%2Fgo-multipath/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267755514,"owners_count":24139462,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","multiple","paths","physfs","physicsfs"],"created_at":"2024-12-14T19:34:47.912Z","updated_at":"2025-07-29T20:42:06.215Z","avatar_url":"https://github.com/kettek.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-multipath\n[![Go Reference](https://pkg.go.dev/badge/github.com/kettek/go-multipath.svg)](https://pkg.go.dev/github.com/kettek/go-multipath)\n\nA simple library for accessing files from multiple paths.\n\n```\nvar mpath multipath.Multipath\n\nmpath.AddPath(\"a\", multipath.FirstPriority)\nmpath.AddPath(\"b\", multipath.LastPriority)\n\nfile, err := mpath.Open(\"myFile\")\nif err != nil {\n  panic(err)\n}\ndefer file.Close()\n\n// Do stuff with file\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkettek%2Fgo-multipath","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkettek%2Fgo-multipath","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkettek%2Fgo-multipath/lists"}