Generates server names in a similar fasion to Heroku. Inspired by usmanbashir/haikunator.
As a package.
package main
import (
"fmt"
"github.com/gjohnson/haikunator"
)
func main() {
name, _ := haikunator.Haikunate()
fmt.Printf(name)
}
As a CLI tool.
$ ~ haikunator
quiet-moon-1513
View the docs.
MIT