Skip to content

yelinaung/go-haikunator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages