golang-module / dongle

A simple, semantic and developer-friendly golang package for encoding&decoding and encryption&decryption
https://pkg.go.dev/github.com/golang-module/dongle
MIT License
875 stars 67 forks source link

Allow custom alphabet for base62 #18

Open abhimanyu003 opened 1 year ago

abhimanyu003 commented 1 year ago

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