random Simple random string tool import "github.com/btnmasher/random" func main() { str := random.String(10) }