{"id":42914527,"url":"https://github.com/mixcode/golib-lzstring","last_synced_at":"2026-01-30T17:04:27.353Z","repository":{"id":61628317,"uuid":"549486796","full_name":"mixcode/golib-lzstring","owner":"mixcode","description":"Compressor/decompressor for javascript \"lzstring\" compression format.","archived":false,"fork":false,"pushed_at":"2022-10-12T05:11:13.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-17T16:13:49.607Z","etag":null,"topics":[],"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/mixcode.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}},"created_at":"2022-10-11T08:59:26.000Z","updated_at":"2024-04-17T16:13:49.608Z","dependencies_parsed_at":"2022-10-18T17:45:22.961Z","dependency_job_id":null,"html_url":"https://github.com/mixcode/golib-lzstring","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/mixcode/golib-lzstring","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mixcode%2Fgolib-lzstring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mixcode%2Fgolib-lzstring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mixcode%2Fgolib-lzstring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mixcode%2Fgolib-lzstring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mixcode","download_url":"https://codeload.github.com/mixcode/golib-lzstring/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mixcode%2Fgolib-lzstring/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28915942,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T16:37:38.804Z","status":"ssl_error","status_checked_at":"2026-01-30T16:37:37.878Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-01-30T17:04:21.128Z","updated_at":"2026-01-30T17:04:27.338Z","avatar_url":"https://github.com/mixcode.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# golib-lzstring\n\nThis package provides encoding and decoding of lzstring data.\n\nlzstring is a custom javascript string compression format. See following URL for\ndetails on lzstring.\n\nhttps://pieroxy.net/blog/pages/lz-string/index.html\n\n# Example\n\n```go\n\ttext := \"I have some string to be compressed\"\n\tfmt.Println(lzstring.CompressToBase64(text))\n\t// Output: JIAgFghgbgpiDOB7AtneAXATgSwHYHMR1EQAjOAYxQAdMZ54YATIAA==\n\n\n\tbase64text := \"JIAgFghgbgpiDOB7AtneAXATgSwHYHMR1EQAjOAYxQAdMZ54YATIAA==\"\n\tdecompressed, err := lzstring.DecompressBase64(base64text)\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(decompressed)\n\t// Output: I have some string to be compressed\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmixcode%2Fgolib-lzstring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmixcode%2Fgolib-lzstring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmixcode%2Fgolib-lzstring/lists"}