package
module
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Dec 8, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 10
Opens a new window with list of known importers.
README
¶
hri
Go module for generating human-readable string IDs.
License
Apache-2.0
Documentation
¶
Package hri contains utility functions for generating human readable string ids.
Random returns a random human readable string id.
package main
import (
"fmt"
"github.com/bojand/hri"
)
func main() {
fmt.Println(hri.Random())
}
Output:
Source Files
¶
Click to show internal directories.
Click to hide internal directories.