{"id":25063914,"url":"https://github.com/rorycl/base64toraw","last_synced_at":"2025-03-31T13:17:24.024Z","repository":{"id":275394316,"uuid":"922325175","full_name":"rorycl/base64toraw","owner":"rorycl","description":"golang module for wrapping both rawstd and std base64 encoded content so both types can be read by a base64.RawStdEncoding decoder.","archived":false,"fork":false,"pushed_at":"2025-01-25T22:39:30.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T07:11:17.423Z","etag":null,"topics":["base64","base64-decoding","base64decoder","golang","golang-library","golang-package"],"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/rorycl.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":"2025-01-25T22:32:34.000Z","updated_at":"2025-01-27T17:26:22.000Z","dependencies_parsed_at":"2025-02-02T07:56:54.579Z","dependency_job_id":"a19d1fd7-aa38-4608-9df5-b8aad0a6e8ac","html_url":"https://github.com/rorycl/base64toraw","commit_stats":null,"previous_names":["rorycl/base64toraw"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rorycl%2Fbase64toraw","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rorycl%2Fbase64toraw/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rorycl%2Fbase64toraw/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rorycl%2Fbase64toraw/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rorycl","download_url":"https://codeload.github.com/rorycl/base64toraw/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246473279,"owners_count":20783236,"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":["base64","base64-decoding","base64decoder","golang","golang-library","golang-package"],"created_at":"2025-02-06T18:59:55.528Z","updated_at":"2025-03-31T13:17:24.000Z","avatar_url":"https://github.com/rorycl.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# base64toraw\n\nv0.0.1 : 25 January 2025\n\n## Details\n\npackage base64translator is a very simple translator for taking either\nbase64.StdEncoded data to base64.RawStdEncoded to allow both to be read\nby base64.RawStdEncoding decoding.\n\nThis is best used in cases where you aren't sure whether you will be\nreceiving base64.StdEncoded or base64.RawStdEncoded data.\n\nUsage example:\n\n```golang\nb64 := NewBase64ToRaw(bytes.NewReader(encodedBytes))\nb, err := io.ReadAll(base64.NewDecoder(base64.RawStdEncoding, b64))\n```\n\n## Licence\n\nThis project is licensed under the [MIT Licence](LICENCE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frorycl%2Fbase64toraw","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frorycl%2Fbase64toraw","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frorycl%2Fbase64toraw/lists"}