8000 GitHub - rascals77/sillyname-go: Random (silly) name generator for Golang
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rascals77/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

  • Go 100.0%
0