https://github.com/kare/base62
Go base62 encoding and decoding
https://github.com/kare/base62
base62 decode encode go golang
Last synced: 6 months ago
JSON representation
Go base62 encoding and decoding
- Host: GitHub
- URL: https://github.com/kare/base62
- Owner: kare
- License: bsd-3-clause
- Created: 2017-09-26T18:32:13.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2025-07-28T13:41:13.000Z (11 months ago)
- Last Synced: 2025-08-13T16:55:59.539Z (11 months ago)
- Topics: base62, decode, encode, go, golang
- Language: Shell
- Size: 27.3 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Base62 encoding and decoding
[](https://github.com/kare/base62/actions/workflows/ci.yaml)
[](https://pkg.go.dev/kkn.fi/base62)
[](https://goreportcard.com/report/kkn.fi/base62)
## Installation
go get kkn.fi/base62
## Contributing
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
BSD-3-Clause. See [LICENSE](LICENSE) for details.