Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tv42/base58

Base58 encoding for Go
https://github.com/tv42/base58

Last synced: 3 days ago
JSON representation

Base58 encoding for Go

Awesome Lists containing this project

README

        

Base58 encoding for Go
======================

Base58 is a less known encoding, but it is popular when embedding
resource identifiers into URLs.

The encoded data contains only alphanumericals, and avoids the easily
confused characters 0, i, l and O (zero, india, lima, capital oscar).

The API docs for this package are online at
http://godoc.org/github.com/tv42/base58