Skip to content

swloopit/golang-random-key

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

golang-random-key

golang project generate random key defined by length

go get github.com/swloopit/golang-random-key

how to use in this example generate a random key of lenght 30

package main

import (
        "github.com/swloopit/golang-random-key"
        "fmt"
)

func main(){
     fmt.Println(randomkey.CreateRandomKey(30))
}

About

golang project generate random key defined by length

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages