Creating random string in Go
Jul 12, 2020 · 1 min read · Recently as I was writing code for one of the project, I had the need for Generating a Randome String of certain length. This is second time I encountered this and had to lookup how to do this. I am sharing the code snippet as a reference to myself ...
Join discussion