/go-haikunator

Heroku-like memorable random name generator

Primary LanguageGo

go-haikunator Build Status

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

By default the generator provides 8645 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