Skip to content

pjvds/go-haikunator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

go-haikunator Build Status

Heroku-like memorable random name generator. Golang port of haikunator.

By default the generator provides 8736 unique combinations.

sparkling-cherry
snowy-brook
bitter-darkness

View the docs.

Example

package main

import (
  "fmt"
  "github.com/yelinaung/go-haikunator"
  "time"
)

func main() {
  haikunator := haikunator.New(time.Now().UTC().UnixNano())
  fmt.Println(haikunator.HaikuNate())
}

Other Languages

Haikunator is also available in other languages. Check them out:

License

MIT

About

Heroku-like memorable random name generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%