Skip to content

Pallinder/sillyname-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sillyname-go

Random (silly) name generator for Golang.

Based on https://github.com/thedeveloper/sillyname

###Installation

go get github.com/Pallinder/sillyname-go

###Usage example

package main

import (
  "fmt"
  "github.com/Pallinder/sillyname-go"
)

func main() {
	fmt.Println(sillyname.GenerateStupidName())
}

###Example output:

  • Stoneballistic Hoof
  • Crystalskitter Kitten
  • Voleshallow Carver

About

Random (silly) name generator for Golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages