hunter32292 / randnames

generate random names

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Go 100.0%