Skip to content

Instantly share code, notes, and snippets.

View andysteve's full-sized avatar
💻
Programming my Hobby

Muyingo Steven Andy andysteve

💻
Programming my Hobby
View GitHub Profile
@arxdsilva
arxdsilva / tokenGeneratorExample.go
Last active May 22, 2024 03:06
Golang - How to generate a random Token
package main
// https://play.golang.org/p/5VsRVVtyo-J
import (
"crypto/rand"
"fmt"
)
func tokenGenerator() string {