An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Base62 encoding and decoding

[![CI](https://github.com/kare/base62/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/kare/base62/actions/workflows/ci.yaml)
[![Go Reference](https://pkg.go.dev/badge/kkn.fi/base62.svg)](https://pkg.go.dev/kkn.fi/base62)
[![GoReportCard](https://goreportcard.com/badge/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.