{"id":19169058,"url":"https://github.com/dreamph/gozip","last_synced_at":"2026-06-19T05:30:18.870Z","repository":{"id":251313961,"uuid":"837040536","full_name":"dreamph/gozip","owner":"dreamph","description":"Golang Zip/Unzip File","archived":false,"fork":false,"pushed_at":"2024-08-22T11:29:32.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-03T23:27:00.132Z","etag":null,"topics":["golang","golangzip","unzip","zip","zipdirectory","zipfile"],"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/dreamph.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":"2024-08-02T05:01:21.000Z","updated_at":"2024-08-06T02:33:30.000Z","dependencies_parsed_at":"2024-08-02T06:29:44.329Z","dependency_job_id":"f10d8e79-3070-45ea-a495-564838c0611c","html_url":"https://github.com/dreamph/gozip","commit_stats":null,"previous_names":["dreamph/gozip"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreamph%2Fgozip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreamph%2Fgozip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreamph%2Fgozip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreamph%2Fgozip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dreamph","download_url":"https://codeload.github.com/dreamph/gozip/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240250354,"owners_count":19771778,"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":["golang","golangzip","unzip","zip","zipdirectory","zipfile"],"created_at":"2024-11-09T09:44:51.169Z","updated_at":"2026-06-19T05:30:18.805Z","avatar_url":"https://github.com/dreamph.png","language":"Go","funding_links":["https://www.buymeacoffee.com/dreamph"],"categories":[],"sub_categories":[],"readme":"# gozip\n\nGolang Zip File\n- Simple, Easy\n- Support File or Directory\n\nExample\n=======\n```go\npackage main\n\nimport (\n\t\"github.com/dreamph/gozip\"\n\t\"log\"\n)\n\nfunc main() {\n\t// Zip\n\terr := gozip.Zip(\"example/output/test.zip\", []string{\"example/dir1\", \"example/test-file.txt\"})\n\tif err != nil {\n\t\tlog.Fatal(\"Zip file error.\", err)\n\t}\n\n\t// Zip with password\n\terr = gozip.Zip(\"example/output/test-with-password.zip\", []string{\"example/dir1\", \"example/test-file.txt\"}, \"password\")\n\tif err != nil {\n\t\tlog.Fatal(\"Zip file error.\", err)\n\t}\n\n\t// Unzip\n\terr = gozip.Unzip(\"example/output/test.zip\", \"example/output/test\")\n\tif err != nil {\n\t\tlog.Fatal(\"Zip file error.\", err)\n\t}\n\n\t// Unzip with password\n\terr = gozip.Unzip(\"example/output/test-with-password.zip\", \"example/output/test-with-password\", \"password\")\n\tif err != nil {\n\t\tlog.Fatal(\"Zip file error.\", err)\n\t}\n}\n```\n\nBuy Me a Coffee\n=======\n[![\"Buy Me A Coffee\"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/dreamph)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdreamph%2Fgozip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdreamph%2Fgozip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdreamph%2Fgozip/lists"}