mirror of
https://github.com/nprasad2077/NBA_Go.git
synced 2026-09-22 14:05:13 +00:00
11 lines
151 B
Go
11 lines
151 B
Go
package main
|
|
|
|
import (
|
|
"fmt"
|
|
"github.com/nprasad2077/NBA_Go/utils/security"
|
|
)
|
|
|
|
func main() {
|
|
raw, _ := security.GenerateRawKey()
|
|
fmt.Println(raw)
|
|
} |