package
1.10.16
Repository: https://github.com/hyperhq/hypercli.git
Documentation: pkg.go.dev

# README

This package provides helper functions for dealing with string identifiers

# Functions

GenerateNonCryptoID generates unique id without using cryptographically secure sources of random.
GenerateRandomID returns an unique id.
IsShortID determines if an arbitrary string *looks like* a short ID.
TruncateID returns a shorthand version of a string identifier for convenience.