package
module
Version:
v0.0.0-...-97aeae9
Opens a new window with list of versions in this module.
Published: Jul 30, 2013
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 11
Opens a new window with list of known importers.
README
¶
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
Documentation
¶
func GenerateStupidName() string
Source Files
¶
Click to show internal directories.
Click to hide internal directories.