{"id":19307840,"url":"https://github.com/sger/go-archiver","last_synced_at":"2026-06-19T00:31:50.326Z","repository":{"id":152804625,"uuid":"57966111","full_name":"sger/go-archiver","owner":"sger","description":"Simple Archiving with Golang","archived":false,"fork":false,"pushed_at":"2016-08-27T07:40:43.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-15T09:24:00.296Z","etag":null,"topics":[],"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/sger.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":"2016-05-03T12:03:12.000Z","updated_at":"2018-04-21T04:51:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"c5dc6303-cf36-46a4-bbab-1729c17a4cc9","html_url":"https://github.com/sger/go-archiver","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sger/go-archiver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sger%2Fgo-archiver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sger%2Fgo-archiver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sger%2Fgo-archiver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sger%2Fgo-archiver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sger","download_url":"https://codeload.github.com/sger/go-archiver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sger%2Fgo-archiver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34513020,"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-06-18T02:00:06.871Z","response_time":128,"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":[],"created_at":"2024-11-10T00:12:43.367Z","updated_at":"2026-06-19T00:31:50.308Z","avatar_url":"https://github.com/sger.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/sger/podule.svg?branch=master)](https://travis-ci.org/sger/podule)\n[![Coverage Status](https://coveralls.io/repos/github/sger/podule/badge.svg?branch=master)](https://coveralls.io/github/sger/podule?branch=master)\n\n# Go Archiver\n\nSimple Archiving with Golang\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\n\t\"github.com/sger/archiver\"\n)\n\nfunc main() {\n\n\terr := archiver.GetInstance().Archive(\"src/go\", \"src/output/files.zip\")\n\n    // Throw error if directory don't exists\n\tif err != nil {\n\t\tfmt.Println(err)\n\t}\n\n\terr = archiver.GetInstance().Restore(\"src/output/files.zip\", \"src/output/restored\")\n\n\tif err != nil {\n\t\tfmt.Println(err)\n\t}\n}\n```\n\nAuthor\n-----\n\n__Spiros Gerokostas__ \n\n- [![](https://img.shields.io/badge/twitter-sger-brightgreen.svg)](https://twitter.com/sger) \n- :email: spiros.gerokostas@gmail.com\n\nLicense\n-----\n\nGo Archiver is available under the MIT license. See the LICENSE file for more info.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsger%2Fgo-archiver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsger%2Fgo-archiver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsger%2Fgo-archiver/lists"}