package main import ( "crypto/rand" "encoding/base64" "fmt" ) func main() { // CODE HERE }