hri

package module
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 8, 2018 License: Apache-2.0 Imports: 3 Imported by: 10

README

GoDoc Go Report Card

hri

Go module for generating human-readable string IDs.

License

Apache-2.0

Documentation

Overview

Package hri contains utility functions for generating human readable string ids.

Index

Examples

Constants

This section is empty.

Variables

This section is empty.

Functions

func Random

func Random() string

Random returns a random human readable string id.

Example
package main

import (
	"fmt"

	"github.com/bojand/hri"
)

func main() {
	fmt.Println(hri.Random())
}
Output:

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL