speps / go-hashids

Go (golang) implementation of http://www.hashids.org
MIT License
1.32k stars 109 forks source link

Added new Example in readme for setting alphabet to be used instead of DefaultAlphabet #47

Open dsamanmishra opened 6 years ago

dsamanmishra commented 6 years ago

Due to lack of any example available on the web for changing Alphabet string to be used instead of DefaultAlphabet, I had to read the code files to understand this. I have added a new example so its easier for other users to figure this out.