{"id":13344127,"url":"https://github.com/digitalsparky/gozipper","last_synced_at":"2026-05-30T23:31:36.817Z","repository":{"id":89281658,"uuid":"159929678","full_name":"digitalsparky/gozipper","owner":"digitalsparky","description":"Easy file zipping in Go","archived":false,"fork":false,"pushed_at":"2019-11-29T06:20:19.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-28T12:55:27.711Z","etag":null,"topics":["compression","go","golang","zip"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/digitalsparky.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":"2018-12-01T09:38:11.000Z","updated_at":"2019-11-29T06:20:21.000Z","dependencies_parsed_at":"2023-03-03T08:00:13.427Z","dependency_job_id":null,"html_url":"https://github.com/digitalsparky/gozipper","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/digitalsparky/gozipper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitalsparky%2Fgozipper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitalsparky%2Fgozipper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitalsparky%2Fgozipper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitalsparky%2Fgozipper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/digitalsparky","download_url":"https://codeload.github.com/digitalsparky/gozipper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitalsparky%2Fgozipper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33714033,"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-30T02:00:06.278Z","response_time":92,"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":["compression","go","golang","zip"],"created_at":"2024-07-29T19:32:27.747Z","updated_at":"2026-05-30T23:31:36.797Z","avatar_url":"https://github.com/digitalsparky.png","language":"Go","funding_links":["https://paypal.me/MattSpurrier","https://www.buymeacoffee.com/digitalsparky"],"categories":[],"sub_categories":[],"readme":"Zipping files via Go the 'complete' way\n\nThis allows you to add folders (recusive) or files while still maintaining dates and more importantly file permissions, even in windows.\n\nUsage:\n\n```\nzipFile, err := zip.NewZipFile(\"zip-file-path.zip\")\nif err != nil {\n    return err\n}\n\nzipFile.AddFile(\"file\") // run for each file\nzipFile.AddFolder(\"folder\") // add a folder\n\nzipFile.Write() // Write the zip file\n```\n\n# Like my stuff?\n\nWould you like to buy me a coffee or send me a tip?\nWhile it's not expected, I would really appreciate it.\n\n[![Paypal](https://www.paypalobjects.com/webstatic/mktg/Logo/pp-logo-100px.png)](https://paypal.me/MattSpurrier) \u003ca href=\"https://www.buymeacoffee.com/digitalsparky\" target=\"_blank\"\u003e\u003cimg src=\"https://www.buymeacoffee.com/assets/img/custom_images/white_img.png\" alt=\"Buy Me A Coffee\" style=\"height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;\" \u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigitalsparky%2Fgozipper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdigitalsparky%2Fgozipper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigitalsparky%2Fgozipper/lists"}