{"id":20231308,"url":"https://github.com/ojizero/gofindup","last_synced_at":"2026-06-04T02:31:24.655Z","repository":{"id":139406659,"uuid":"227691448","full_name":"ojizero/gofindup","owner":"ojizero","description":"Find up utility implemented in Go","archived":false,"fork":false,"pushed_at":"2020-04-26T10:55:28.000Z","size":18,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-14T00:25:38.165Z","etag":null,"topics":["find-up","findup","go","golang","gomodule","gomodules"],"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/ojizero.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":"2019-12-12T20:33:23.000Z","updated_at":"2024-05-11T20:41:32.000Z","dependencies_parsed_at":"2024-07-23T07:05:05.986Z","dependency_job_id":null,"html_url":"https://github.com/ojizero/gofindup","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ojizero%2Fgofindup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ojizero%2Fgofindup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ojizero%2Fgofindup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ojizero%2Fgofindup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ojizero","download_url":"https://codeload.github.com/ojizero/gofindup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241677580,"owners_count":20001674,"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":["find-up","findup","go","golang","gomodule","gomodules"],"created_at":"2024-11-14T07:46:05.130Z","updated_at":"2026-06-04T02:31:24.606Z","avatar_url":"https://github.com/ojizero.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go Find Up\n\n[![GoDoc](https://godoc.org/github.com/ojizero/gofindup?status.svg)](https://godoc.org/github.com/ojizero/gofindup)\n![Run tests](https://github.com/ojizero/gofindup/workflows/Run%20tests/badge.svg?branch=master)\n\n\u003e Find a file or directory by walking up parent directories.\n\n## Usage\n\nInstall latest version\n\n```sh\ngo get github.com/ojizero/gofindup\n```\n\nImport it into your code\n\n```go\nimport \"github.com/ojizero/gofindup\"\n```\n\nThis package only exposes 2 functions, `Findup` and `FindupFrom`,\n\n```go\n// looks the file recursively in parents starting from \"./\"\ngofindup.Findup(\"some-file-or-directory\")\n\n// looks the file recursively in parents starting from \"./some-starting-directory\"\ngofindup.FindupFrom(\"some-file-or-directory\", \"some-starting-directory\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fojizero%2Fgofindup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fojizero%2Fgofindup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fojizero%2Fgofindup/lists"}