Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 953 Bytes

README.md

File metadata and controls

45 lines (33 loc) · 953 Bytes

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