Skip to content

hunter32292/randnames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

randnames

generate random names

Example:

package main

import (
  "log"
  
  "github.com/hunter32292/randnames"
)

func main(){
  log.Println(randnames.GiveName())
}

Output:

2020/09/09 10:25:13 Marney

Limits:

There are only 1000 names as of now, cause I just threw this together. John -2020/09/09

About

generate random names

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages