{"id":29170208,"url":"https://github.com/manifoldco/go-base32","last_synced_at":"2025-08-13T15:35:20.316Z","repository":{"id":57485568,"uuid":"87442751","full_name":"manifoldco/go-base32","owner":"manifoldco","description":"base32 encoding using Manifold's chosen alphabet","archived":false,"fork":false,"pushed_at":"2020-01-13T14:59:29.000Z","size":15,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":25,"default_branch":"master","last_synced_at":"2025-05-08T08:03:23.794Z","etag":null,"topics":["base32","go","golang"],"latest_commit_sha":null,"homepage":"https://www.manifold.co","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/manifoldco.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-06T15:05:46.000Z","updated_at":"2020-01-13T14:58:29.000Z","dependencies_parsed_at":"2022-09-11T15:23:34.368Z","dependency_job_id":null,"html_url":"https://github.com/manifoldco/go-base32","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/manifoldco/go-base32","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manifoldco%2Fgo-base32","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manifoldco%2Fgo-base32/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manifoldco%2Fgo-base32/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manifoldco%2Fgo-base32/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manifoldco","download_url":"https://codeload.github.com/manifoldco/go-base32/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manifoldco%2Fgo-base32/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262964047,"owners_count":23391939,"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":["base32","go","golang"],"created_at":"2025-07-01T12:39:25.481Z","updated_at":"2025-07-01T12:39:38.329Z","avatar_url":"https://github.com/manifoldco.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-base32\n\nbase32 encoding using Manifold's chosen alphabet, with no padding.\n\n[Code of Conduct](./.github/CONDUCT.md) |\n[Contribution Guidelines](./.github/CONTRIBUTING.md)\n\n[![GitHub release](https://img.shields.io/github/tag/manifoldco/go-base32.svg?label=latest)](https://github.com/manifoldco/go-base32/releases)\n[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)](https://godoc.org/github.com/manifoldco/go-base32)\n[![Travis](https://img.shields.io/travis/manifoldco/go-base32/master.svg)](https://travis-ci.org/manifoldco/go-base32)\n[![Go Report Card](https://goreportcard.com/badge/github.com/manifoldco/go-base32)](https://goreportcard.com/report/github.com/manifoldco/go-base32)\n[![License](https://img.shields.io/badge/license-BSD-blue.svg)](./LICENSE.md)\n\n## Usage\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\n\t\"github.com/manifoldco/go-base32\"\n)\n\nfunc main() {\n\tsample := []byte{0xF, 0xEE, 0xD, 0xC, 0x0D}\n\n\tfmt.Println(base32.EncodeToString(sample))\n}\n```\n\nOutputs:\n\n```\n1zq0u30d\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanifoldco%2Fgo-base32","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanifoldco%2Fgo-base32","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanifoldco%2Fgo-base32/lists"}