golang-module/dongle

Allow custom alphabet for base62

abhimanyu003 opened this issue · 0 comments

Feature Request

Hello is it possible to export newEncoding from here
https://github.com/golang-module/dongle/blob/main/base62/base62.go#L20

After that it's possible to provide a custom alphabet for base62
https://github.com/golang-module/dongle/blob/main/base62/base62.go#L34