Skip to content

unimal-jp/go-haikunator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

go-haikunator

Heroku like word generator.

Usage

package main

import (
	"fmt"
	"github.com/unimal-jp/go-haikunator"
)

func main() {
	fmt.Println("[Hex].....", haikunator.Hex(8))   // throbbing-shiken-ec706505
	fmt.Println("[Num].....", haikunator.Num(8))   // long-kome-02652440
	fmt.Println("[Alpha]...", haikunator.Alpha(8)) // yellow-do-rqXmCaPP
	fmt.Println("[Alnum]...", haikunator.Alnum(8)) // lucky-mikan-jyP87IMY
	fmt.Println("[onlyHex]...", haikunator.onlyHex(8)) // jyP87IMY
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Languages