{"id":15361487,"url":"https://github.com/haoxins/glob","last_synced_at":"2025-10-08T06:54:14.112Z","repository":{"id":26738465,"uuid":"30196118","full_name":"haoxins/glob","owner":"haoxins","description":"Golang glob","archived":false,"fork":false,"pushed_at":"2024-05-28T02:38:22.000Z","size":21,"stargazers_count":13,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-06-11T10:15:07.170Z","etag":null,"topics":["glob","go","golang"],"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/haoxins.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-02-02T16:27:20.000Z","updated_at":"2024-05-28T02:38:25.000Z","dependencies_parsed_at":"2024-06-19T14:33:57.719Z","dependency_job_id":"7a177571-4064-455f-881f-a8cff2968c83","html_url":"https://github.com/haoxins/glob","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/haoxins/glob","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haoxins%2Fglob","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haoxins%2Fglob/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haoxins%2Fglob/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haoxins%2Fglob/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haoxins","download_url":"https://codeload.github.com/haoxins/glob/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haoxins%2Fglob/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278903034,"owners_count":26065786,"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-10-08T02:00:06.501Z","response_time":56,"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":["glob","go","golang"],"created_at":"2024-10-01T12:55:19.603Z","updated_at":"2025-10-08T06:54:14.071Z","avatar_url":"https://github.com/haoxins.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status Badge]][Build Status]\n[![Go Docs Badge]][Go Docs]\n\n## Glob\n\n- __glob__ for Golang, add `**/*` support.\n\n### Usage\n\n```go\nimport \"github.com/haoxins/glob\"\n\nfunc main() {\n  matches, err = glob.Glob(\".\", \"**/*.yaml\")\n  Expect(err).To(BeNil())\n  Expect(len(matches)).To(Equal(1))\n  Expect(matches[0]).To(Equal(\".github/workflows/test.yaml\"))\n}\n```\n\n[Build Status Badge]: https://github.com/haoxins/glob/actions/workflows/test.yaml/badge.svg\n[Build Status]: https://github.com/haoxins/glob/actions/workflows/test.yaml\n[Go Docs Badge]: https://pkg.go.dev/badge/github.com/haoxins/glob\n[Go Docs]: https://pkg.go.dev/github.com/haoxins/glob\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaoxins%2Fglob","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaoxins%2Fglob","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaoxins%2Fglob/lists"}