generate random names
package main
import (
"log"
"github.com/hunter32292/randnames"
)
func main(){
log.Println(randnames.GiveName())
}
2020/09/09 10:25:13 Marney
There are only 1000 names as of now, cause I just threw this together. John -2020/09/09