{"id":16610865,"url":"https://github.com/tim-koehler/go-filesystree","last_synced_at":"2026-05-29T12:02:04.330Z","repository":{"id":118839539,"uuid":"316498870","full_name":"tim-koehler/go-filesystree","owner":"tim-koehler","description":"Go-FilesysTree is a package to maybe help others with building a file-system like tree data structure in Golang.","archived":false,"fork":false,"pushed_at":"2020-12-07T22:06:49.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-10T18:28:52.957Z","etag":null,"topics":["file-tree","filesystem","golang","tree","tree-structure"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tim-koehler.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-11-27T12:43:45.000Z","updated_at":"2020-12-07T22:06:51.000Z","dependencies_parsed_at":"2024-06-19T17:23:47.264Z","dependency_job_id":"e2b180bd-78da-43f6-aaaf-f1a3f47e5720","html_url":"https://github.com/tim-koehler/go-filesystree","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tim-koehler/go-filesystree","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tim-koehler%2Fgo-filesystree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tim-koehler%2Fgo-filesystree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tim-koehler%2Fgo-filesystree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tim-koehler%2Fgo-filesystree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tim-koehler","download_url":"https://codeload.github.com/tim-koehler/go-filesystree/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tim-koehler%2Fgo-filesystree/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33650712,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"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":["file-tree","filesystem","golang","tree","tree-structure"],"created_at":"2024-10-12T01:33:11.493Z","updated_at":"2026-05-29T12:02:04.310Z","avatar_url":"https://github.com/tim-koehler.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go-FilesysTree ![Test Badge](https://github.com/tim-koehler/go-filesystree/workflows/Tests/badge.svg) [![Coverage Status](https://coveralls.io/repos/github/tim-koehler/go-filesystree/badge.svg?branch=master)](https://coveralls.io/github/tim-koehler/go-filesystree?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/tim-koehler/go-filesystree)](https://goreportcard.com/report/github.com/tim-koehler/go-filesystree)\n  \nGo-FilesysTree is a package which I build for another project but decided to publish to maybe help others with building a file system like\ntree data structure in Golang.\n\n## Getting Started\n\n```bash\ngo get github.com/tim-koehler/go-filesystree\n```\n\n### Examples\n\n```go\nfunc main() {\n    fileList := []string{\n        \"/foo/bar/baz.txt\",\n        \"/foo/bar/a.txt\",\n        \"/foo/bar/x.go\",\n        \"/tmp/a/b.c\",\n        \"/tmp/b/c.c\",\n        \"/tmp/b/d.c\"}\n\n    fst := New()\n    for _, s := range fileList {\n        fst.AddFile(s, Metadata{\n            \"Date\": time.Now().String(),\n        })\n    }\n}\n```\n\n...🚧 work in progress 🚧... \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftim-koehler%2Fgo-filesystree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftim-koehler%2Fgo-filesystree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftim-koehler%2Fgo-filesystree/lists"}